Skip to content

Instantly share code, notes, and snippets.

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