Пакет gem-method-source: Информация

    Исходный пакет: gem-method-source
    Версия: 1.0.0-alt1
    Последняя версия по данным Repology
    Собран:  4 июля 2021 г. 20:06 в задании #277150
    Категория: Разработка/Ruby
    Сообщить об ошибке в пакете
    Домашняя страница: 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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    gem-method-source (noarch)
    gem-method-source-doc (noarch)

    Сопровождающий: Ruby Maintainers Team

    Список участников:
    Pavel Skrylev
    Andrey Cherepanov
    Mikhail Gordeev

    Права:
    Pavel Skrylev
    @ruby
    @everybody

      1. rpm-build-ruby

    Последнее изменение


    5 июня 2020 г. Pavel Skrylev 1.0.0-alt1
    - > Ruby Policy 2.0
    - ^ 0.9.0 -> 1.0.0
    - ! spec tags and syntax
    23 августа 2018 г. Andrey Cherepanov 0.9.0-alt1
    - New version.
    23 августа 2018 г. Andrey Cherepanov 0.8.2-alt1.1
    - Rebuild for new Ruby autorequirements.
    - Disable tests.