Flowdock
irb_original_method_name(method_name) public

No documentation

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

Hide source
# File lib/irb/extend-command.rb, line 175
    def self.irb_original_method_name(method_name)
      "irb_" + method_name + "_org"
    end
Register or log in to add new notes.