Sha256: 91c50f44d29139cd0cbd2a601242217822afe63d427a968e04cfb56a68e3db72
Contents?: true
Size: 226 Bytes
Versions: 1
Compression:
Stored size: 226 Bytes
Contents
module RipperRubyParser module SexpHandlers module Loops def process_until exp _, cond, block = exp.shift 3 s(:until, process(cond), handle_statement_list(block), true) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ripper_ruby_parser-0.0.1 | lib/ripper_ruby_parser/sexp_handlers/loops.rb |