module Laplus::IRBCommandExtension

Public Instance Methods

lp_def(method) click to toggle source
# File lib/laplus/repl_extensions/irb_command_extension.rb, line 5
def lp_def(method)
  method.definition
end