class Piggly::Parser::Nodes::Loop
Loops that have a child named :cond (which should be either an Expression
or Sql
node) will get a LoopCondTag from the tag
method
Public Instance Methods
loop?()
click to toggle source
# File lib/piggly/parser/nodes.rb, line 203 def loop? true end