
The Ruby-JS project
All Ruby `String` and `Array` methods available in JS `String` and `Array` objects.
Usage
html script src="https://raw.githubusercontent.com/the-ruby-js-project/rubyinjs/master/lib/ruby.js" "1234".to_i() // 1234 "1234.35".to_f() // 1234.35 "shiva bhusal".start_with_('shi') // true "shiva bhusal".start_with_('hi') // false