| Module | Pry::Helpers::BaseHelpers |
| In: |
lib/pry/helpers/base_helpers.rb
|
Acts like send but ignores any methods defined below Object or Class in the inheritance hierarchy. This is required to introspect methods on objects like Net::HTTP::Get that have overridden the `method` method.