diff options
author | Spurlow <Spurlow@users.noreply.github.com> | 2015-11-27 11:51:04 +0700 |
---|---|---|
committer | Spurlow <Spurlow@users.noreply.github.com> | 2015-11-27 11:51:04 +0700 |
commit | 98e2cf0ea3699f30cddea8fd720b6216b8a6731e (patch) | |
tree | 8a510837b0c3d2bb85fd994c6e31b65aaab690b1 /ruby.html.markdown | |
parent | 52e2e819c31e28e98e328a4de9c13f5904c68dd6 (diff) | |
parent | f10292ed98674521cc80a0ab66d8508c74e7a627 (diff) |
Merge pull request #1977 from BlueAccords/patch-2
Added new ruby resource
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 cf1a18e3..b7f8b4a1 100644 --- a/ruby.html.markdown +++ b/ruby.html.markdown @@ -589,6 +589,7 @@ Something.new.qux # => 'qux' ## Additional resources - [Learn Ruby by Example with Challenges](http://www.learneroo.com/modules/61/nodes/338) - A variant of this reference with in-browser challenges. +- [An Interactive Tutorial for Ruby](https://rubymonk.com/) - Learn Ruby through a series of interactive tutorials. - [Official Documentation](http://www.ruby-doc.org/core-2.1.1/) - [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. |