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