0.6.1 • Published 8 years ago

ruby v0.6.1

Weekly downloads
1,761
License
ISC
Repository
github
Last release
8 years ago

Ruby-Node

Build Status

Helper methods from ruby ported to Node.

Ruby + Node

Getting Started

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

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

ruby.puts(words);
// I
// am
// not
// throwing
// away
// my
// shot!
let ruby = require('ruby');
ruby.add_methods_to_string_prototype();

'stressed'.reverse; // 'desserts'

For more info, read the docs

Tests

npm t
0.6.1

8 years ago

0.6.0

8 years ago

0.5.0

8 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago

0.0.0

10 years ago