ruby exception

Ruby code posted by frr
created at 12 Feb 13:32, updated at 12 Feb 13:41

Edit | Back
1
2
3
4
5
6
def irgendwas(value)
  if value
    "Gesetzt"
  else
    "Nichts"
end
74 Bytes in 2 ms with coderay