Object
Match only things where the block evaluates to true.
# File lib/flexmock/argument_matchers.rb, line 59 59: def initialize(hash) 60: @hash = hash 61: end
# File lib/flexmock/argument_matchers.rb, line 62 62: def ===(target) 63: @hash.all? { |k, v| target[k] == v } 64: end
# File lib/flexmock/argument_matchers.rb, line 65 65: def inspect 66: "hsh(#{@hash.inspect})" 67: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.