Categories: None [Edit]

more-ruby

https://rubygems.org/gems/more-ruby
A very simple gem that adds some methods to some Ruby standard classes, e.g. .include_any?, .delete_random, etc. Simply require the gem ( require "more-ruby" ) and the additional methods will be available. ## New instance methods ## # String :append, :camelcase, :capitalize_first_letter_only, :escape, :join, :pascalcase, :random_case, :underbarize, :underbarize_and_downcase # Array :all_instance_of?, :all_kind_of?, :av, :delete_random, :include_any?, :insert_flat, :mean, :modulo_fetch, :random, :sum, :wrap_fetch # Numeric :format_with_thousands_delimiter # Integer :digit_count, :format_with_thousands_delimiter, :signif # Time :remove_subseconds # TrueClass :maybe?, :random # FalseClass :maybe?, :random # NilClass :empty?

Total

Ranking: - of 181,049
Downloads: -

Daily

Ranking: - of 181,034
Downloads: -

Depended by

RankDownloadsName
127,0554,364terse_ruby

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconRMorrisby