Parent

Class Index [+]

Quicksearch

RR::SpyVerificationProxy

Public Class Methods

new(subject) click to toggle source
   # File lib/rr/spy_verification_proxy.rb, line 5
5:     def initialize(subject)
6:       @subject = subject
7:     end

Public Instance Methods

method_missing(method_name, *args, &block) click to toggle source
    # File lib/rr/spy_verification_proxy.rb, line 9
 9:     def method_missing(method_name, *args, &block)
10:       SpyVerification.new(@subject, method_name, args)
11:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.