diff options
author | Geoff Liu <cangming.liu@gmail.com> | 2016-01-04 13:46:13 -0700 |
---|---|---|
committer | Geoff Liu <cangming.liu@gmail.com> | 2016-01-04 13:46:13 -0700 |
commit | 6e7ca40bae9ac7545f834995bf8fb7c247239539 (patch) | |
tree | b4137acb369811f14202c0e0a2403ed8773af947 /ruby.html.markdown | |
parent | 4f7b6d4a3b664c5c4271464c1e19cff2512ed0e7 (diff) | |
parent | 746df3268afcd0307c0da434bf162632be3d53ea (diff) |
Merge pull request #1800 from volcov/add-ruby-reference
[ruby/en] add a cool reference for learn Ruby =)
Diffstat (limited to 'ruby.html.markdown')
-rw-r--r-- | ruby.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ruby.html.markdown b/ruby.html.markdown index b7f8b4a1..3eed2d3c 100644 --- a/ruby.html.markdown +++ b/ruby.html.markdown @@ -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. |