Prova
Ruby
code posted
by
Marco
created at 07 Oct 10:08, updated at 07 Oct 18:16
Edit
|
Back
1
2
3
4
5
6
7
8
9
10 |
class Prova
def say something=nil
something || "something"
end
end
a = Prova.new
a.say
a.say "something else" |
138 Bytes in 2 ms with coderay