0.0.12 • Published 11 years ago

uupaa.ruby.js v0.0.12

Weekly downloads
2
License
MIT
Repository
github
Last release
11 years ago

Ruby.js Build Status

npm

Extend Ruby functions.

Document

How to use

Standard call

Ruby.uniq([1, 1]) -> [1]
Ruby.ord("ab")    -> 97

Direct call

Ruby[2].Array.prototype.uniq.call([1, 1]) -> [1]
Ruby[2].String.prototype.ord.call("ab")   -> 97

OOP Extended

Ruby(2);

[1, 1].uniq() -> [1]
"ab".ord()    -> 97
0.0.12

11 years ago

0.0.11

11 years ago

0.0.10

11 years ago

0.0.9

11 years ago

0.0.8

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago