Skip to content

Instantly share code, notes, and snippets.

@richo
Created May 14, 2015 03:12
Show Gist options
  • Select an option

  • Save richo/8bc29a0559f633c0fd71 to your computer and use it in GitHub Desktop.

Select an option

Save richo/8bc29a0559f633c0fd71 to your computer and use it in GitHub Desktop.
def is_true?(thing)
if thing
true
else
false
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment