Module: ImproveYourCode::AST::SexpExtensions::ModuleNodeBase
- Includes:
- ConstantDefiningNodeBase
- Included in:
- ClassNode, ModuleNode
- Defined in:
- lib/improve_your_code/ast/sexp_extensions/module.rb
Instance Method Summary collapse
Methods included from ConstantDefiningNodeBase
Instance Method Details
#name ⇒ Object
19 20 21 |
# File 'lib/improve_your_code/ast/sexp_extensions/module.rb', line 19 def name children.first.format_to_ruby end |