diff options
author | Ryan <myoldemailname@gmail.com> | 2015-10-31 16:55:25 -0700 |
---|---|---|
committer | Ryan <myoldemailname@gmail.com> | 2015-10-31 16:55:25 -0700 |
commit | f10292ed98674521cc80a0ab66d8508c74e7a627 (patch) | |
tree | e2fbcb59767df8c13047cff4333a28008f896bb1 | |
parent | 5b0db44e7c5f0a69dfa670eee13fbc011f76830a (diff) |
Added new ruby resource
-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 8720fec6..1118e2dd 100644 --- a/ruby.html.markdown +++ b/ruby.html.markdown @@ -588,6 +588,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. |