4 lines
49 B
Ruby
4 lines
49 B
Ruby
|
|
if problem
|
||
|
|
abort # equivalent to exit(1)
|
||
|
|
end
|