class Piggly::Parser::Nodes::TLabel

Public Instance Methods

label?() click to toggle source
# File lib/piggly/parser/nodes.rb, line 354
def label?
  true
end
style() click to toggle source
# File lib/piggly/parser/nodes.rb, line 353
def style; "tL"; end