Object
@private
# File lib/rspec/mocks/any_instance/chain.rb, line 46 def constrained_to_any_of?(*constraints) constraints.any? do |constraint| messages.any? do |message| message.first.first == constraint end end end
Generated with the Darkfish Rdoc Generator 2.