Class: Stepmod::Utils::Converters::ExpressExample
- Inherits:
-
Base
- Object
- Coradoc::Input::Html::Converters::Base
- Base
- Stepmod::Utils::Converters::ExpressExample
- Defined in:
- lib/stepmod/utils/converters/express_example.rb
Instance Method Summary collapse
Instance Method Details
#convert(node, state = {}) ⇒ Object
7 8 9 10 11 12 13 |
# File 'lib/stepmod/utils/converters/express_example.rb', line 7 def convert(node, state = {}) <<~TEMPLATE (*"#{state[:schema_and_entity]}.__example" #{treat_children(node, state).strip} *) TEMPLATE end |