Object
# File lib/rr/spy_verification_proxy.rb, line 5 5: def initialize(subject) 6: @subject = subject 7: end
# 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.