diff options
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 |
commit | a7ff79af4c96437390390c38d86c15bdd3d82203 (patch) | |
tree | b816637ffb449548c6b81b49b341d33495e502ca /ruby/rubygem-method_source/README | |
parent | 76d7e9218254a4274ee806ddae5456756ec449f6 (diff) |
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/README | 2 |
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 0000000000000..f442c9cd5d1dc --- /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. |