parse()
No documentation available.
# File ext/ripper/lib/ripper/lexer.rb, line 76 def parse @buf = [] @stack = [] super @buf.flatten! @buf end