RubyGems Navigation menu

more_ruby 0.2.4

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 # ## Array :all_instance_of?, :all_kind_of?, :av, :delete_random, :include_any?, :insert_flat, :mean, :modulo_fetch, :peach, :random, :random_index, :random_insert, :random_move, :stringify_all_values_deep, :sum, :wrap_fetch ## Fixnum :digit_count, :format_with_thousands_delimiter, :num_to_letter, :signif ## Float :format_with_thousands_delimiter, :signif ## Hash :all_keys, :all_values, :delete_random, :peach, :random_key, :random_pair, :random_value, :remove_empty_fields, :sort_deep, :stringify_all_values_deep, :strip_hash_of_keys, :to_a_deep, :to_xml ## Integer :digit_count, :format_with_thousands_delimiter, :signif ## NilClass :empty? ## Numeric :format_with_thousands_delimiter ## String :append, :camelcase, :camelcase_to_snakecase, :capitalize_all, :capitalize_first_letter_only, :escape, :escape_whitespace, :extract_values_from_xml_string, :formatted_number, :index_of_last_capital, :invert_case, :is_hex?, :is_integer?, :join, :pascalcase, :prefix_lines, :random_case, :snakecase, :snakecase_and_downcase, :to_bool, :unindent ## Time :is_after?, :is_before?, :is_within?, :remove_subseconds # New singleton methods # ## FalseClass :maybe?, :random ## File :basename_no_ext ## TrueClass :maybe?, :random

Gemfile:
=

安裝:
=

版本列表:

  1. 0.3.0 May 30, 2022 (16.0 KB)
  2. 0.2.4 February 03, 2021 (16.0 KB)
  3. 0.2.3 February 03, 2021 (16.0 KB)
  4. 0.2.2 August 13, 2019 (16.0 KB)
  5. 0.2.1 June 04, 2019 (15.5 KB)
顯示所有版本(共 6)

擁有者:

推送者:

作者:

  • Richard Morrisby

SHA 256 總和檢查碼:

=

總下載次數 11,465

這個版本 1,485

版本发布:

授權:

MIT

Ruby 版本需求: >= 1.9

相關連結: