Parent

Methods

Class Index [+]

Quicksearch

Spec::Mocks::ArgumentMatchers::BooleanMatcher

Public Class Methods

new(ignore) click to toggle source
    # File lib/spec/mocks/argument_matchers.rb, line 49
49:         def initialize(ignore)
50:         end

Public Instance Methods

==(value) click to toggle source
    # File lib/spec/mocks/argument_matchers.rb, line 52
52:         def ==(value)
53:           TrueClass === value || FalseClass === value
54:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.