Parent

Methods

Class/Module Index [+]

Quicksearch

Spec::Mocks::ArgumentMatchers::BooleanMatcher

Public Class Methods

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

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.