Skip to content

Instantly share code, notes, and snippets.

@jlebrech
Created April 10, 2012 16:45
Show Gist options
  • Save jlebrech/9ff8ada63b1a5c027747 to your computer and use it in GitHub Desktop.
Save jlebrech/9ff8ada63b1a5c027747 to your computer and use it in GitHub Desktop.
case s
when "packageOne"
puts s
when "packageTwo"
puts s
else
puts s
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment