Object
# File lib/pervasives.rb, line 34 def initialize obj @obj = obj end
# File lib/pervasives.rb, line 38 def method_missing m, *a, &b Pervasives.call @obj, m, *a, &b end
[Validate]
Generated with the Darkfish Rdoc Generator 2.