Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | version 0.3.0, some ruby 1.8 supportdev | John Mair | 2011-02-28 | 1 | -1/+1 |
| | |||||
* | version 0.2.0, support for method comments (and a few minor changes), thanks ↵ | Adam Sanderson | 2010-12-18 | 1 | -1/+1 |
| | | | | | | | | | | 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 | ||||
* | replaced RubyVM::ISeq with Ripper; method_source should now work on all 1.9 ↵ | John Mair | 2010-12-17 | 1 | -1/+1 |
| | | | | Ruby implementations that support Ripper | ||||
* | added warning about YARV only (due to RubyVM, so not JRuby compatible). Also ↵ | John Mair | 2010-12-17 | 1 | -1/+1 |
| | | | | added support and tests for Proc#source | ||||
* | first commit | John Mair | 2010-12-17 | 1 | -0/+3 |