Class: Stepmod::Utils::Converters::ExpressTable

Inherits:
Table
  • Object
show all
Defined in:
lib/stepmod/utils/converters/express_table.rb

Instance Method Summary collapse

Methods inherited from Table

#frame, pattern, #rules, #style

Instance Method Details

#to_coradoc(node, state = {}) ⇒ Object

def self.pattern(id)

"table-exp-#{id}"

end



13
14
15
16
17
18
19
# File 'lib/stepmod/utils/converters/express_table.rb', line 13

def to_coradoc(node, state = {})
  <<~TEMPLATE
    (*"#{state[:schema_and_entity]}.__table"
    #{super(node, state.merge(no_notes_examples: nil)).strip}
    *)
  TEMPLATE
end