1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-12 17:54:26 +02:00

changed heading in ruby-de

This commit is contained in:
Christian Albrecht
2015-10-17 14:39:21 +02:00
parent 5c4d60eea8
commit 7247741e53
2 changed files with 4 additions and 2 deletions

View File

@@ -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/)

View File

@@ -801,7 +801,7 @@ writer.write("Und noch eine Zeile" + util.Properties.lineSeparator)
writer.close()
```
## Weitereführende Hinweise
## Weiterführende Hinweise
// DE
* [Scala Tutorial](https://scalatutorial.wordpress.com)