Merge pull request #1800 from volcov/add-ruby-reference

[ruby/en] add a cool reference for learn Ruby =)
This commit is contained in:
Geoff Liu 2016-01-04 13:46:13 -07:00
commit 6e7ca40bae

View File

@ -594,3 +594,4 @@ Something.new.qux # => 'qux'
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
- [Programming Ruby](http://www.amazon.com/Programming-Ruby-1-9-2-0-Programmers/dp/1937785491/) - An older [free edition](http://ruby-doc.com/docs/ProgrammingRuby/) is available online.
- [Ruby Style Guide](https://github.com/bbatsov/ruby-style-guide) - A community-driven Ruby coding style guide.
- [Try Ruby](http://tryruby.org) - Learn the basic of Ruby programming language, interactive in the browser.