Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37537918
en ru br
Репозитории ALT

Группа :: Разработка/Ruby
Пакет: gem-method-source

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 1.0.0-alt1
Время сборки: 5 июня 2020, 11:58 ( 203.0 недели назад )
Размер архива: 12.55 Kb

Домашняя страница:   https://banisterfiend.wordpress.com/

Лицензия: MIT
О пакете: return the sourcecode for a method
Описание:

Retrieve the sourcecode for a method.

NOTE: This simply utilizes Method#source_location; it does not access the live
AST.

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.

Текущий майнтейнер: Ruby Maintainers Team

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • gem-method-source
  • gem-method-source-doc
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin