Class: Stepmod::Utils::Converters::Def
- Defined in:
- lib/stepmod/utils/converters/def.rb
Constant Summary
Constants inherited from Base
Instance Method Summary collapse
Instance Method Details
#convert(node, state = {}) ⇒ Object
5 6 7 8 |
# File 'lib/stepmod/utils/converters/def.rb', line 5 def convert(node, state = {}) node = node.dup "#{additional_block(node)}#{treat_children(node, state)}" end |