Skip to content

Instantly share code, notes, and snippets.

@judy-zz
Created April 23, 2009 15:35
Show Gist options
  • Save judy-zz/100554 to your computer and use it in GitHub Desktop.
Save judy-zz/100554 to your computer and use it in GitHub Desktop.
debug(:language)
whence(:language => "english") { '1' }
whence(:language => 'spanish') { '2' }
whence(:language => 'unknown') { nil }
test( {:language => "english"} => "1",
{:language => "spanish"} => "2")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment