Categories: None [Edit]
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: 47,184 of 187,224
Downloads: 23,677
Daily
Ranking: 43,966 of 187,196
Downloads: 20
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|
Depends on
Rank | Downloads | Name |
---|---|---|
2,285 | 8,953,144 | hoe |
Owners
# | Gravatar | Handle |
---|---|---|
1 | postmodern |