From: "RadosÅ‚aw BuÅ‚at" Date: 2008-06-10T08:10:00+09:00 Subject: Re: AST for ruby code You are trying to parse it line by line but it won't work in that way. Just parse whole file: sexp = RubyParser.new.parse(File.read("readline.rb")) -- Rados³aw Bu³at http://radarek.jogger.pl - mój blog