module Synt::Parser

Public Instance Methods

parse(string) click to toggle source
# File lib/synt/parser.rb, line 9
def parse string
  Ripper.tokenize string
end