Source: ruby-method-source Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Youhei SASAKI Build-Depends: debhelper (>= 11~), gem2deb, ruby-rspec Standards-Version: 4.2.1 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-method-source.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-method-source Homepage: https://github.com/banister/method_source XS-Ruby-Versions: all Package: ruby-method-source Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends} Description: Retrieve the sourcecode for a method as a Ruby string The `method_source` is a utility to return a method's sourcecode as a Ruby string. Also returns `Proc` and `Lambda` sourcecode. . Method comments can also be extracted using the `comment` method. . It is written in pure Ruby (no C). - Some Ruby 1.8 support now available. - Support for MRI, RBX, JRuby, REE . `method_source` provides the `source` and `comment` methods to the `Method` and `UnboundMethod` and `Proc` classes.