class Piggly::Parser::Nodes::Branch

Branches with child 'cond' (Expression) will get a ConditionalBranchTag

Public Instance Methods

branch?() click to toggle source
# File lib/piggly/parser/nodes.rb, line 134
def branch?
  true
end