Skip to content

Instantly share code, notes, and snippets.

@rinaldifonseca
Created November 27, 2011 18:43
Show Gist options
  • Save rinaldifonseca/1397961 to your computer and use it in GitHub Desktop.
Save rinaldifonseca/1397961 to your computer and use it in GitHub Desktop.
STATUS = {
"1" => :authorized,
"2" => :started,
"4" => :completed
}
Com apenas isso eu evitei usar CASE ou apelar para polimorfismo =)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment