summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorJohn Mair <jrmair@gmail.com>2010-12-17 04:46:50 +1300
committerJohn Mair <jrmair@gmail.com>2010-12-17 04:46:50 +1300
commit18af7555f4dd1a0d7ab6904a59ad55d36d0fa073 (patch)
treea7592daa94c4fdefa320443ff2a0135f712de9d5 /README.markdown
parentc368da981dd9f8f6a657348ad03bd0f5918a7109 (diff)
downloadmethod_source-18af7555f4dd1a0d7ab6904a59ad55d36d0fa073.tar.gz
doc update again.
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 c78739f..84556e3 100644
--- a/README.markdown
+++ b/README.markdown
@@ -14,7 +14,7 @@ Ruby string. Also returns `Proc` and `Lambda` sourcecode.
It is written in pure Ruby (no C).
`method_source` provides the `source` method to the `Method` and
-`UnboundMethod` classes.
+`UnboundMethod` and `Proc` classes.
* Install the [gem](https://rubygems.org/gems/method_source): `gem install method_source`
* Read the [documentation](http://rdoc.info/github/banister/method_source/master/file/README.markdown)