Module: Synt::Parser
Instance Method Summary collapse
Instance Method Details
#parse(string) ⇒ Object
9 10 11 |
# File 'lib/synt/parser.rb', line 9 def parse string Ripper.tokenize string end |
9 10 11 |
# File 'lib/synt/parser.rb', line 9 def parse string Ripper.tokenize string end |