Flowdock
method_added(method) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/prime.rb, line 100
    def method_added(method) # :nodoc:
      (class<< self;self;end).def_delegator :instance, method
    end
Register or log in to add new notes.