summaryrefslogtreecommitdiffstats
path: root/ruby/rubygem-method_source/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-02-25 03:33:51 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-02-27 13:22:42 +0700
commita7ff79af4c96437390390c38d86c15bdd3d82203 (patch)
treeb816637ffb449548c6b81b49b341d33495e502ca /ruby/rubygem-method_source/README
parent76d7e9218254a4274ee806ddae5456756ec449f6 (diff)
downloadslackbuilds-a7ff79af4c96437390390c38d86c15bdd3d82203.tar.gz
slackbuilds-a7ff79af4c96437390390c38d86c15bdd3d82203.tar.xz
ruby/rubygem-method_source: Added (return the sourcecode for a method).
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'ruby/rubygem-method_source/README')
-rw-r--r--ruby/rubygem-method_source/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/ruby/rubygem-method_source/README b/ruby/rubygem-method_source/README
new file mode 100644
index 0000000000..f442c9cd5d
--- /dev/null
+++ b/ruby/rubygem-method_source/README
@@ -0,0 +1,2 @@
+method_source provides the source and comment methods to the Method and
+UnboundMethod and Proc classes.