Skip to content

Instantly share code, notes, and snippets.

@erez-rabih
Created April 10, 2019 14:57
Show Gist options
  • Save erez-rabih/d86ed45fd5068da300133c13a00164d8 to your computer and use it in GitHub Desktop.
Save erez-rabih/d86ed45fd5068da300133c13a00164d8 to your computer and use it in GitHub Desktop.
useless.rb
def doit(x)
if x < 1
10 / x
else
x + 1
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment