Skip to content

Instantly share code, notes, and snippets.

@swarley
Created January 6, 2013 20:50
Show Gist options
  • Select an option

  • Save swarley/4470123 to your computer and use it in GitHub Desktop.

Select an option

Save swarley/4470123 to your computer and use it in GitHub Desktop.
# Test
case foo
when 1
2
when 2
if 3
4
end
when 5
#
else
#
end
# RubyLex
case foo
when 1
2
when 2
if 3
4
end
when 5
#
else
#
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment