class Piggly::Parser::Nodes::TDatatype

Public Instance Methods

datatype?() click to toggle source
# File lib/piggly/parser/nodes.rb, line 329
def datatype?
  true
end
style() click to toggle source
# File lib/piggly/parser/nodes.rb, line 328
def style; "tD"; end