mirror of
https://github.com/github/semantic.git
synced 2024-12-24 23:42:31 +03:00
9 lines
53 B
Ruby
9 lines
53 B
Ruby
case foo
|
|
when bar
|
|
baz
|
|
when x
|
|
when y
|
|
else
|
|
qoz
|
|
end
|