Skip to content

Instantly share code, notes, and snippets.

@rhysd
Created April 29, 2014 15:25
Show Gist options
  • Save rhysd/11403610 to your computer and use it in GitHub Desktop.
Save rhysd/11403610 to your computer and use it in GitHub Desktop.
def hoge
if rand(1) == 0
42
else
"hoge"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment