diff options
author | Christian Albrecht <christian@coastal-consulting.de> | 2015-10-17 14:39:21 +0200 |
---|---|---|
committer | Christian Albrecht <christian@coastal-consulting.de> | 2015-10-17 14:39:21 +0200 |
commit | 7247741e53e656a574dc7cd0e15700b9eb216cbe (patch) | |
tree | 9905c116385cc3eb1e0f75e7af27209cf5d4c2b4 /de-de/ruby-de.html.markdown | |
parent | 5c4d60eea88bc708748bca4589a834c356c56e4b (diff) |
changed heading in ruby-de
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/) |