Method: Ruby::ChainedBlock#nodes
- Defined in:
- lib/ruby/block.rb
#nodes ⇒ Object
38 39 40 |
# File 'lib/ruby/block.rb', line 38 def nodes [identifier, params, ldelim, elements, blocks, rdelim].flatten.compact end |
38 39 40 |
# File 'lib/ruby/block.rb', line 38 def nodes [identifier, params, ldelim, elements, blocks, rdelim].flatten.compact end |