method

intro

intro()
private

No documentation available.

# File lib/spec/mocks/error_generator.rb, line 47
      def intro
        @name ? "Mock '#{@name}'" : @target.class == Class ? "<#{@target.inspect} (class)>" : (@target.nil? ? "nil" : @target)
      end