pry--pry/lib/pry/method
John Mair 97f1be86b2 Refactor Pry::Method + add Pry::Method::WeirdMethodLocator
WeirdMethodLocator is used by Pry::Method.from_binding() to locate the
method captured by the binding when the naive approach fails (i.e method(binding.eval('__method__')).

"WeirdMethods" include methods defined on the superclass to the 'self' of the binding, as well as methods
that have subsequently been renamed/replaced.

We also move Pry::Method::Disowned to its own file (disowned.rb)
2013-02-02 22:37:25 +01:00
..
disowned.rb Refactor Pry::Method + add Pry::Method::WeirdMethodLocator 2013-02-02 22:37:25 +01:00
weird_method_locator.rb Refactor Pry::Method + add Pry::Method::WeirdMethodLocator 2013-02-02 22:37:25 +01:00