Skip to content

Instantly share code, notes, and snippets.

@jdx
Created April 16, 2014 23:16
Show Gist options
  • Save jdx/10941576 to your computer and use it in GitHub Desktop.
Save jdx/10941576 to your computer and use it in GitHub Desktop.
dont let me near ruby
class Fixnum
def random_number_between_oneAndTEN!(yaSuRE)
if yaSuRE == 'ya dude!'
return rand(10)
else
raise 'YA GATTA TYPE YA DUDE!!!!!!!'
end
end
end
[3] pry(main)> 4.random_number_between_oneAndTEN!('ya dude!')
=> 9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment