Method: Atomy::Grammar::AST::Node#through
- Defined in:
- lib/atomy/node/meta.rb
#through ⇒ Object
Recreate the node, calling the block for sub-nodes and using its return value in place of the node
47 48 49 |
# File 'lib/atomy/node/meta.rb', line 47 def through dup end |