Class: Risp::Method
- Inherits:
-
Struct
- Object
- Struct
- Risp::Method
- Defined in:
- lib/risp.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/risp.rb', line 11 def name @name end |
Instance Method Details
#inspect ⇒ Object
12 13 14 |
# File 'lib/risp.rb', line 12 def inspect name.to_s end |