Object
Match only things that are equal.
# File lib/flexmock/argument_matchers.rb, line 29 29: def initialize(obj) 30: @obj = obj 31: end
# File lib/flexmock/argument_matchers.rb, line 32 32: def ===(target) 33: @obj == target 34: end
# File lib/flexmock/argument_matchers.rb, line 35 35: def inspect 36: "==(#{@obj.inspect})" 37: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.