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

include_all

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

include_all

  • 0.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

include_all

You've heard of require_all, now meet include_all! Written for the purpose of including functions from a require'd module without typing them all out, this niche, but personally useful, gem shines brightest when used in conjunction with a Ruby monolith.

Installation

gem install 'include_all' or include in your Gemfile: gem 'include_all'

Usage

It's best used after something that has a lot of items you'd like to include but not do so individually. Let's assume that the methods module has a bunch of stuff we'd like to bring in.

require 'require_all`
require 'include_all`

require 'methods'
include_all

The include_all gem will automatically diff the list of required objects and figure out what's missing.

FAQs

Package last updated on 23 Jul 2024

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