summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use syntactically nicer versionConrad Irwin2011-10-011-3/+3
* Add a less hacky version for ree-1.8.7Conrad Irwin2011-10-011-4/+20
* added JRuby source_location hack, also added a LICENSE fileJohn Mair2011-09-072-53/+75
* version 0.6.0 releaseJohn Mair2011-06-091-1/+1
* version 0.6.0pre1. added *.rbc files to CLEAN taskJohn Mair2011-06-091-1/+1
* added Proc#source_location support for ruby 1.8John Mair2011-06-093-12/+23
* version bump 0.5.0John Mair2011-06-011-1/+1
* added source_location to procs for rbx, all tests passing on rbxJohn Mair2011-06-012-22/+39
* Fix warnings emitted by -w.Rob Gleeson2011-05-192-2/+2
* defaults to RubyParser on all 1.9 implementations except MRIJohn Mair2011-04-112-2/+2
* version 0.4.0, added proper support for immediate values toJohn Mair2011-03-162-1/+15
* changed (C) to 2011 from 2010John Mair2011-03-051-1/+1
* version 0.3.5, now has support to take advantage of Method#source on rubiniusJohn Mair2011-03-052-1/+25
* version 0.3.4, fixed 1.8 1.9 String#clear incompat in Method#commentv0.3.4John Mair2011-02-282-2/+2
* opted in to gemtestJohn Mair2011-02-281-1/+1
* version 0.3.2, added more tests and improved some codeJohn Mair2011-02-282-2/+6
* version 0.3.0, some ruby 1.8 supportdevJohn Mair2011-02-283-13/+93
* refactor to use File block instead of manually closingJohn Mair2010-12-191-26/+23
* removed kruft (stringio and explicit receiver for valid_expression?)John Mair2010-12-181-2/+1
* version 0.2.0, support for method comments (and a few minor changes), thanks ...Adam Sanderson2010-12-182-18/+62
* replaced RubyVM::ISeq with Ripper; method_source should now work on all 1.9 R...John Mair2010-12-172-18/+6
* added warning about YARV only (due to RubyVM, so not JRuby compatible). Also ...John Mair2010-12-172-1/+5
* first commitJohn Mair2010-12-172-0/+97