Skip to content

Instantly share code, notes, and snippets.

/script.rb Secret

Created October 29, 2015 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/ebcf78d3236e8952d6d3 to your computer and use it in GitHub Desktop.
Save anonymous/ebcf78d3236e8952d6d3 to your computer and use it in GitHub Desktop.
def by_three?(n)
if
n/3==Integer
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