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 = {}) <<~TEXT *) (*"#{state.fetch(:schema_name)}.__fund_cons" #{treat_children(node, state).strip} TEXT end |