Module: ImproveYourCode::AST::SexpExtensions::VariableBase
- Included in:
- CvarNode, GvarNode, IvarNode, IvasgnNode, LvarNode
- Defined in:
- lib/improve_your_code/ast/sexp_extensions/variables.rb
Overview
Base module for utility methods for nodes representing variables.
Instance Method Summary collapse
Instance Method Details
#name ⇒ Object
8 9 10 |
# File 'lib/improve_your_code/ast/sexp_extensions/variables.rb', line 8 def name children.first end |