Class: Stepmod::Utils::Converters::FundCons
- Inherits:
-
Base
- Object
- ReverseAdoc::Converters::Base
- Base
- Stepmod::Utils::Converters::FundCons
- Defined in:
- lib/stepmod/utils/converters/fund_cons.rb
Constant Summary
Constants inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#convert(node, state = {}) ⇒ Object
7 8 9 10 11 12 13 14 15 |
# File 'lib/stepmod/utils/converters/fund_cons.rb', line 7 def convert(node, state = {}) "\n *)\n (*\"\#{state.fetch(:schema_name)}.__fund_cons\"\n\n \#{treat_children(node, state).strip}\n TEXT\nend\n" |