🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

ruby

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ruby

Helper methods from ruby ported to Node.

0.2.1
Source
npm
Version published
Weekly downloads
7.1K
-4.07%
Maintainers
1
Weekly downloads
 
Created
Source

Ruby-Node

Build Status

Helper methods from ruby ported to Node.

Getting Started

npm install ruby --save
let r = require('ruby');

let words = r.w('I am not throwing away my shot!');
words; // ['I', 'am', 'not', 'throwing', 'away', 'my', 'shot!']

For more info, read the docs

Tests

npm t

Keywords

ruby

FAQs

Package last updated on 24 Oct 2015

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