Skip to content

Instantly share code, notes, and snippets.

@cupofjoey
Created May 2, 2015 02:48
Show Gist options
  • Save cupofjoey/f7775df6c4437257e9ee to your computer and use it in GitHub Desktop.
Save cupofjoey/f7775df6c4437257e9ee to your computer and use it in GitHub Desktop.
Two 'ends' ?
def greeter (name)
return name
end
def by_three? (n)
if n % 3 == 0
return n % 3 ==0
end
end
by_three? (6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment