Parent

Methods

Class Index [+]

Quicksearch

Mocha::SingleReturnValue

Public Class Methods

new(value) click to toggle source
   # File lib/mocha/single_return_value.rb, line 7
7:     def initialize(value)
8:       @value = value
9:     end

Public Instance Methods

evaluate() click to toggle source
    # File lib/mocha/single_return_value.rb, line 11
11:     def evaluate
12:       @value
13:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.