class RedParse::LoopNode

Public Instance Methods

reducer_ident() click to toggle source
# File lib/redparse/ReduceWithsFor_RedParse_1_8.rb, line 17224
def reducer_ident
  :LoopNode
end
rip(p) click to toggle source
# File lib/redparse/ripper.rb, line 352
def rip p
  event= @reverse ? :on_until : :on_while
  p.send(event, condition.rip(p), force_stmt_list_rip(body,p))
end