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:
@@ -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/)
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user