Method: Pry::Method#name_with_owner
- Defined in:
- lib/pry/method.rb
#name_with_owner ⇒ String
Get the name of the method including the class on which it was defined.
299 300 301 |
# File 'lib/pry/method.rb', line 299 def name_with_owner "#{wrapped_owner.method_prefix}#{name}" end |