class Piggly::Parser::Nodes::WhileLoop

WHILE boolean-cond LOOP body END

Public Instance Methods

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