diff options
-rw-r--r-- | README.markdown | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 7a389f9..c78739f 100644 --- a/README.markdown +++ b/README.markdown @@ -5,6 +5,9 @@ method_source _retrieve the sourcecode for a method_ +*NOTE:* This is nothing fancy; it simply utilizes `Method#source_location` +in Ruby 1.9 + `method_source` is a utility to return a method's sourcecode as a Ruby string. Also returns `Proc` and `Lambda` sourcecode. |