Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

cldwalker-my_core

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cldwalker-my_core

bundlerRubygems
Version
0.1.0
Version published
Maintainers
1
Created
Source

== Description

My collection of extensions to Ruby's core and stdlib classes.

== Install

gem install cldwalker-my_core -s http://github.com/cldwalker/my_core

== Usage

Since all these extensions are wrapped in modules you need to require the extension you want and then include/extend it into your desired class. I don't automatically monkeypatch your classes. You have the choice to monkeypatch or not.

To use the instance methods of my Array extension.

require 'my_core/object' Object.send :include, MyCore::Array

To use the class methods of my File extension.

require 'my_core/file' Object.send :extend, MyCore::File

If you'd like a more convient way of loading multiple extensions in this library, see my core gem: http://github.com/cldwalker/core .

== Todo

Tests!

FAQs

Package last updated on 11 Aug 2014

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