class Piggly::Parser::Nodes::If

IF boolean-cond THEN body

Public Instance Methods

if?() click to toggle source
# File lib/piggly/parser/nodes.rb, line 141
def if?
  true
end
terminal?() click to toggle source
# File lib/piggly/parser/nodes.rb, line 145
def terminal?
  false
end