Skip to content

Instantly share code, notes, and snippets.

Created June 10, 2015 16:41
Show Gist options
  • Save anonymous/9bcb54a183fb410e1b93 to your computer and use it in GitHub Desktop.
Save anonymous/9bcb54a183fb410e1b93 to your computer and use it in GitHub Desktop.
def my_method(x)
if x == 10
true
else
false
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment