summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorJohn Mair <jrmair@gmail.com>2010-12-17 18:38:20 +1300
committerJohn Mair <jrmair@gmail.com>2010-12-17 18:38:20 +1300
commit32e6e8495c36782e6362676a32d7a7e808226437 (patch)
tree79c95af57a25d50457619af3fee4388f5c08ab12 /README.markdown
parent831eb4566e62d496f5f3e74968e5e38ffa1af7c6 (diff)
downloadmethod_source-32e6e8495c36782e6362676a32d7a7e808226437.tar.gz
updated docs to reflect now works with other 1.9 implementations due to Ripper
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 84556e3..44382c2 100644
--- a/README.markdown
+++ b/README.markdown
@@ -38,7 +38,7 @@ Example: methods
Limitations:
------------
-* Only works with Ruby 1.9+ (YARV)
+* Only works with Ruby 1.9+
* Cannot return source for C methods.
* Cannot return source for dynamically defined methods.