Object
# File lib/rjb.rb, line 114 def method_missing(name, *args) @wrapped.__send__(name, *args) end
# File lib/rjb.rb, line 117 def respond_to?(name, inc_private = false) @wrapped.respond_to?(name, inc_private) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.