method
new
1.2.0 -
Show latest stable
- Class:
Spec::Mocks::ErrorGenerator
new(target, name)public
No documentation available.
# File lib/spec/mocks/error_generator.rb, line 6
def initialize(target, name)
@target = target
@name = name
end