New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

more_ruby

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

more_ruby

  • 0.3.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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

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, :num_to_letter, :signif

NilClass

:empty?

Numeric

:format_with_thousands_delimiter

String

:append, :camelcase, :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, :snakecase_non_alpha, :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

New functionality

Adds :sup method to Object, allowing 'sup.[parent class method]' calls

FAQs

Package last updated on 30 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc