Sha256: a2de00404db89a12e353e079fae9e8ebb00b6796fb82327b08946f202f038cb8
Contents?: true
Size: 324 Bytes
Versions: 65
Compression:
Stored size: 324 Bytes
Contents
class Pry module ExtendedCommands Experimental = Pry::CommandSet.new do command "reload-method", "Reload the source specifically for a method", :requires_gem => "method_reload" do |meth_name| meth = get_method_or_raise(meth_name, target, {}, :omit_help) meth.reload end end end end
Version data entries
65 entries across 65 versions & 1 rubygems