Class: Prism::DefNode
- Inherits:
-
Object
- Object
- Prism::DefNode
- Defined in:
- lib/masamune/abstract_syntax_tree/prism/node_extensions.rb
Instance Method Summary collapse
Instance Method Details
#token_location ⇒ Object
35 |
# File 'lib/masamune/abstract_syntax_tree/prism/node_extensions.rb', line 35 def token_location = name_loc |
#token_value ⇒ Object
36 |
# File 'lib/masamune/abstract_syntax_tree/prism/node_extensions.rb', line 36 def token_value = name.to_s |