Module: ImproveYourCode::AST::SexpExtensions::SymNode
- Defined in:
- lib/improve_your_code/ast/sexp_extensions/symbols.rb
Overview
Utility methods for :sym nodes.
Instance Method Summary collapse
Instance Method Details
#name ⇒ Object
8 9 10 |
# File 'lib/improve_your_code/ast/sexp_extensions/symbols.rb', line 8 def name children.first end |