class Stepmod::Utils::Converters::FundCons

Public Instance Methods

convert(node, state = {}) click to toggle source
# File lib/stepmod/utils/converters/fund_cons.rb, line 7
        def convert(node, state = {})
          <<~TEXT

            *)
            (*"#{state.fetch(:schema_name)}.__fund_cons"

            #{treat_children(node, state).strip}
          TEXT
        end