method
method_added
ruby latest stable - Class:
Prime
method_added(method)public
No documentation available.
# File lib/prime.rb, line 105
def method_added(method) # :nodoc:
(class<< self;self;end).def_delegator :instance, method
end