pry--pry/lib/pry/default_commands
Kirill Lashuk a9db4054db Fetch method name for 'whereami' directly from binding.
Pry::Method.from_str fails to find by name unbound method that was
removed from the class. As 'whereami' command needs only name of the
method it can fetch that name directly from binding without performing
lookup of the method itself.
2011-11-30 02:23:14 +03:00
..
basic.rb use exceptions to handle command errors 2011-10-01 16:57:39 -07:00
context.rb Fetch method name for 'whereami' directly from binding. 2011-11-30 02:23:14 +03:00
documentation.rb Stop using broken Slop API 2011-11-26 14:26:26 -08:00
easter_eggs.rb made get-naked easteregg invisible 2011-11-17 14:53:48 +13:00
gems.rb Merge branch 'feature/ls2' 2011-10-15 01:51:52 -07:00
input.rb Stop using broken Slop API 2011-11-26 14:26:26 -08:00
introspection.rb Stop using broken Slop API 2011-11-26 14:26:26 -08:00
ls.rb Stop using broken Slop API 2011-11-26 14:26:26 -08:00
shell.rb Stop using broken Slop API 2011-11-26 14:26:26 -08:00