Categories: None [Edit]

reverse-require

https://rubygems.org/gems/reverse-require
reverse-require allows one to require files that ends with a specified path from other RubyGems. For instance, if one wanted to require the file 'mylibrary/extensions.rb' from all RubyGems: require 'reverse_require' require_all 'mylibrary/extensions' # => true One can also require 'mylibrary/extensions.rb' only from RubyGems that depend on the currently loaded version of the mylibrary Gem: require_for 'mylibrary', 'mylibrary/extensions' # => true

Total

Ranking: 45,592 of 180,507
Downloads: 21,696

Daily

Ranking: 63,356 of 180,487
Downloads: 6

Depended by

RankDownloadsName

Depends on

RankDownloadsName
1,9578,417,403hoe

Owners

#GravatarHandle
1iconpostmodern