Parent

Class Index [+]

Quicksearch

Mocha::Sequence::InSequenceOrderingConstraint

@private

Public Class Methods

new(sequence, index) click to toggle source
    # File lib/mocha/sequence.rb, line 12
12:       def initialize(sequence, index)
13:         @sequence, @index = sequence, index
14:       end

Public Instance Methods

allows_invocation_now?() click to toggle source
    # File lib/mocha/sequence.rb, line 16
16:       def allows_invocation_now?
17:         @sequence.satisfied_to_index?(@index)
18:       end
mocha_inspect() click to toggle source
    # File lib/mocha/sequence.rb, line 20
20:       def mocha_inspect
21:         "in sequence #{@sequence.mocha_inspect}"
22:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.