1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 14:21:31 +03:00
semantic/test/fixtures/ruby/corpus/when-else.A.rb

7 lines
46 B
Ruby
Raw Normal View History

2017-02-23 01:36:22 +03:00
case foo
2017-07-08 00:22:17 +03:00
when qux
when bar, *a
2017-02-23 01:36:22 +03:00
baz
else
2017-02-23 01:41:30 +03:00
end