Class: GunDog::MethodOwnerStackFrame
- Inherits:
-
Struct
- Object
- Struct
- GunDog::MethodOwnerStackFrame
- Defined in:
- lib/gun_dog/method_owner_stack_frame.rb
Instance Attribute Summary collapse
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#method_name ⇒ Object
Returns the value of attribute method_name.
Instance Method Summary collapse
Instance Attribute Details
#klass ⇒ Object
Returns the value of attribute klass
2 3 4 |
# File 'lib/gun_dog/method_owner_stack_frame.rb', line 2 def klass @klass end |
#method_name ⇒ Object
Returns the value of attribute method_name
2 3 4 |
# File 'lib/gun_dog/method_owner_stack_frame.rb', line 2 def method_name @method_name end |
Instance Method Details
#to_s ⇒ Object
3 4 5 |
# File 'lib/gun_dog/method_owner_stack_frame.rb', line 3 def to_s "#{klass}##{method_name}" end |