summaryrefslogtreecommitdiff
path: root/lib/method_source.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix procs/lambdasConrad Irwin2012-06-031-2/+2
* Improve error messagesConrad Irwin2012-06-031-9/+12
* Import some CodeHelpers from Pry.Conrad Irwin2012-06-031-96/+43
* Added SourceNotFoundError classReginald Tan2012-06-021-6/+8
* Fix regex warnings on ruby-1.8.7Conrad Irwin2012-05-261-1/+1
* If displaying method source fails for *_evaled methods, retry again.Reginald Tan2012-05-231-10/+36
* replace ruby_parser dependency with evalRyan Fitzgerald2011-11-301-30/+17
* added Proc#source_location support for ruby 1.8John Mair2011-06-091-4/+1
* added source_location to procs for rbx, all tests passing on rbxJohn Mair2011-06-011-16/+21
* Fix warnings emitted by -w.Rob Gleeson2011-05-191-1/+1
* defaults to RubyParser on all 1.9 implementations except MRIJohn Mair2011-04-111-1/+1
* 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-051-0/+24
* version 0.3.4, fixed 1.8 1.9 String#clear incompat in Method#commentv0.3.4John Mair2011-02-281-1/+1
* version 0.3.0, some ruby 1.8 supportdevJohn Mair2011-02-281-12/+36
* 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-181-17/+61
* replaced RubyVM::ISeq with Ripper; method_source should now work on all 1.9 R...John Mair2010-12-171-17/+5
* added warning about YARV only (due to RubyVM, so not JRuby compatible). Also ...John Mair2010-12-171-0/+4
* first commitJohn Mair2010-12-171-0/+94