ruby-method-source 1.0.0-2 source package in Ubuntu

Changelog

ruby-method-source (1.0.0-2) unstable; urgency=medium

  * Add Breaks for pry

 -- Utkarsh Gupta <email address hidden>  Fri, 03 Apr 2020 00:59:03 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe ruby
Mantic release universe ruby
Lunar release universe ruby
Jammy release universe ruby

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-method-source_1.0.0-2.dsc 2.2 KiB e7116d2141b3834d42a44737cdc17ceb9fc4a8ede4c24f63b80836e1ceac8893
ruby-method-source_1.0.0.orig.tar.gz 9.7 KiB 6292d8b63bf248c1a524eb0ff24f3ff62838f7bd20d49a9f11b64425e19d7b72
ruby-method-source_1.0.0-2.debian.tar.xz 3.5 KiB 0e71226512b16bef8f6da0cde3fec453bd3f5ff6bd44dcd4b25c366a01b0f166

Available diffs

No changes file available.

Binary packages built by this source

ruby-method-source: 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.