summaryrefslogtreecommitdiff
path: root/test/test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Replace Bacon to RSpec 3.Jun Aruga2017-05-311-138/+0
| | | | Because Bacon stopped the development.
* Integer Unification for Ruby 2.4.0+Koichi ITO2017-01-111-1/+1
|
* Added SourceNotFoundError classReginald Tan2012-06-021-2/+2
|
* Skip broken tests in jrubyConrad Irwin2012-05-261-5/+8
|
* Merge remote-tracking branch 'redgetan/eval_workaround'Conrad Irwin2012-05-261-1/+14
|\
| * If displaying method source fails for *_evaled methods, retry again.Reginald Tan2012-05-231-1/+14
| | | | | | | | | | | | | | | | | | This time, assume inside eval string and simulate interpolation of #{} by replacing with a placeholder when doing syntax validation Only works if *_eval contains the arguments filename and lineno + 1. Without them, UnboundMethod#source_location would not return the proper filename and lineno needed to display the source.
* | Expand require paths (#12).Vít Ondruch2012-05-031-1/+1
|/
* removed open4 dependencyv0.6.6John Mair2011-10-031-1/+0
|
* version 0.6.6, added REE supportJohn Mair2011-10-031-10/+0
|
* fixed tests, now running green on jruby, mri, rbx. version 0.6.5 releasev0.6.5John Mair2011-09-071-17/+19
|
* added Proc#source_location support for ruby 1.8John Mair2011-06-091-3/+3
|
* Assert no warnings are emitted by method_source.Rob Gleeson2011-06-051-0/+9
|
* added source_location to procs for rbx, all tests passing on rbxJohn Mair2011-06-011-13/+16
|
* version 0.4.0, added proper support for immediate values toJohn Mair2011-03-161-0/+19
| | | | source_location in 1.8.
* version 0.3.2, added more tests and improved some codeJohn Mair2011-02-281-0/+15
|
* version 0.3.0, some ruby 1.8 supportdevJohn Mair2011-02-281-49/+35
|
* version 0.2.0, support for method comments (and a few minor changes), thanks ↵Adam Sanderson2010-12-181-15/+60
| | | | | | | | | | to Adam Sanderson * Merged in Adam's changes * Refactored source_helper to reflect comment_helper style * Made some adjustments to Adam's code: removed buffer.strip, now doing an lstrip on each line before adding to buffer * No longer including blank lines in comment buffer (blank lines ignored) * Added large number of comment-related tests
* added warning about YARV only (due to RubyVM, so not JRuby compatible). Also ↵John Mair2010-12-171-14/+36
| | | | added support and tests for Proc#source
* first commitJohn Mair2010-12-171-0/+32