method
intro
1.1.4 -
Show latest stable
- Class:
Spec::Mocks::ErrorGenerator
intro()private
No documentation available.
# File lib/spec/mocks/error_generator.rb, line 46
def intro
@name ? "Mock '#{@name}'" : @target.inspect
end