Object
# File lib/rr/wildcard_matchers/duck_type.rb, line 25 25: def ==(other) 26: return false unless other.is_a?(self.class) 27: self.required_methods == other.required_methods 28: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.