Skip to content

Instantly share code, notes, and snippets.

@robyoung
Created June 14, 2012 11:12
Show Gist options
  • Save robyoung/2929680 to your computer and use it in GitHub Desktop.
Save robyoung/2929680 to your computer and use it in GitHub Desktop.
def has_t(key)
t(key, throw: true)
true
rescue
false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment