Releases: bryanjhv/ruby2go
Releases · bryanjhv/ruby2go
Ruby2Go 1.0.2
This release adds support for custom input, by using a helper (with_input
). Then you just read it with gets
method like you'd do in a computer.
Use it like so:
with_input('Bryan', 2016-1996)
name = gets.chomp
age = gets.to_i
puts "Hi #{name}, are you really #{age}?"
Ruby2Go 1.0.1
This release can be considered like the previous one but supporting Spanish locale.
Ruby2Go 1.0.0
It's the initial release and I hope you're also happy for this. 😄
This release includes:
- Support for Ruby 2 via Opal.
- Fast code execution using Web Workers.
- Tested on Firefox OS 1.3+.