Object
# File lib/spec/mocks/argument_matchers.rb, line 136 136: def initialize(klass) 137: @klass = klass 138: end
# File lib/spec/mocks/argument_matchers.rb, line 140 140: def ==(actual) 141: actual.kind_of?(@klass) 142: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.