This website requires JavaScript.
Explore
Help
Sign In
smits
/
ruby-uebungen
Watch
1
Star
3
Fork
You've already forked ruby-uebungen
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
25d5ac7ffd
ruby-uebungen
/
Assignment_007
/
solution
History
Thomas Smits
25d5ac7ffd
Initial commit
2023-05-23 09:19:31 +02:00
..
readme.md
Initial commit
2023-05-23 09:19:31 +02:00
readme.md
Lösung: Splat
```ruby ort = [ 49.468408, 8.482504, \ 'Hochschule Mannheim', \ 'Gebäude A', \ 'Fakultät für Informatik', \ 'Gute Ausbildung' ]
laenge, breite, name, *attribute = ort