diff options
| author | John Mair <jrmair@gmail.com> | 2011-10-03 00:08:38 +1300 |
|---|---|---|
| committer | John Mair <jrmair@gmail.com> | 2011-10-03 00:08:38 +1300 |
| commit | 78309b6e613d6c007a0c611df96d945df75397b9 (patch) | |
| tree | 9c289780d72b16c6efad09cd92cff4c6cf0b86f4 /README.markdown | |
| parent | 0a4f122cbee8ee553342835e4e720a2cc8898f33 (diff) | |
| download | method_source-78309b6e613d6c007a0c611df96d945df75397b9.tar.gz | |
version 0.6.6, added REE support
Diffstat (limited to 'README.markdown')
| -rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index a2c7786..d91b810 100644 --- a/README.markdown +++ b/README.markdown @@ -16,7 +16,7 @@ Method comments can also be extracted using the `comment` method. It is written in pure Ruby (no C). * Some Ruby 1.8 support now available. -* Support for MRI, RBX, JRuby. +* Support for MRI, RBX, JRuby, REE `method_source` provides the `source` and `comment` methods to the `Method` and `UnboundMethod` and `Proc` classes. |
