summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mair <jrmair@gmail.com>2011-06-08 10:59:59 -0700
committerJohn Mair <jrmair@gmail.com>2011-06-08 10:59:59 -0700
commit13be0993fc5b4c034bf0adb6d4875fbb28502541 (patch)
tree2c5653e128bdeb2e05c69fac7c63c4bea89fd483
parent534fd83016f5b9e8d7bf218c2b5ea98c9aa1d13d (diff)
downloadmethod_source-13be0993fc5b4c034bf0adb6d4875fbb28502541.tar.gz
can now retrieve source for Procs in ruby 1.8v0.6.0
-rw-r--r--README.markdown1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index bb1c83d..ce5d254 100644
--- a/README.markdown
+++ b/README.markdown
@@ -50,7 +50,6 @@ Example: display method comments
Limitations:
------------
-* Proc#source not available in Ruby 1.8
* Occasional strange behaviour in Ruby 1.8
* Cannot return source for C methods.
* Cannot return source for dynamically defined methods.