Skip to content

Instantly share code, notes, and snippets.

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