Parent

Files

Mocha::Name

Public Class Methods

new(name) click to toggle source
    # File lib/mocha/names.rb, line 29
29:     def initialize(name)
30:       @name = name
31:     end

Public Instance Methods

mocha_inspect() click to toggle source
    # File lib/mocha/names.rb, line 33
33:     def mocha_inspect
34:       "#<Mock:#{@name}>"
35:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.