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
master
ruby-uebungen
/
Assignment_001
/
solution
/
readme.md
8 lines
65 B
Markdown
Raw
Permalink
Normal View
History
Unescape
Escape
Initial commit
2023-05-23 09:19:31 +02:00
# Lösung: Bedingte Zuweisung
Update of exercises
2023-05-25 17:49:42 +02:00
```ruby
Initial commit
2023-05-23 09:19:31 +02:00
a = nil
a ||= 'leer'
```