Parent

Methods

RSpec::Mocks::ArgumentMatchers::BooleanMatcher

Public Class Methods

new(ignore) click to toggle source
    # File lib/rspec/mocks/argument_matchers.rb, line 44
44:         def initialize(ignore)
45:         end

Public Instance Methods

==(value) click to toggle source
    # File lib/rspec/mocks/argument_matchers.rb, line 47
47:         def ==(value)
48:           [true,false].include?(value)
49:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.