Parent

Methods

Class/Module Index [+]

Quicksearch

RSpec::Mocks::ArgumentMatchers::BooleanMatcher

@private

Public Instance Methods

===(value) click to toggle source
# File lib/rspec/mocks/argument_matchers.rb, line 152
def ===(value)
  true == value || false == value
end
description() click to toggle source
# File lib/rspec/mocks/argument_matchers.rb, line 156
def description
  "boolean"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.