Skip to content

Instantly share code, notes, and snippets.

/ruby.rb Secret

Created June 10, 2015 16:33
Show Gist options
  • Save anonymous/5cea9e35643ad3f5e79a to your computer and use it in GitHub Desktop.
Save anonymous/5cea9e35643ad3f5e79a 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