Returns a new instance of Parser.
43 44 45 46
# File 'lib/ytools/path/parser.rb', line 43 def initialize(path) @lexer = Lexer.new(path) @path = path end