diff options
Diffstat (limited to 'de-de/ruby-de.html.markdown')
-rw-r--r-- | de-de/ruby-de.html.markdown | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/de-de/ruby-de.html.markdown b/de-de/ruby-de.html.markdown index 4815fa40..560d3958 100644 --- a/de-de/ruby-de.html.markdown +++ b/de-de/ruby-de.html.markdown @@ -602,7 +602,9 @@ Something.new.bar # => NoMethodError: undefined method `bar' Something.new.qux # => 'qux' ``` -## Additional resources +## Weiterführende Hinweise + +//EN - [Learn Ruby by Example with Challenges](http://www.learneroo.com/modules/61/nodes/338) - A variant of this reference with in-browser challenges. - [Official Documentation](http://www.ruby-doc.org/core-2.1.1/) |