Skip to content

Instantly share code, notes, and snippets.

@jdx
Created February 1, 2014 05:33
Show Gist options
  • Save jdx/8748418 to your computer and use it in GitHub Desktop.
Save jdx/8748418 to your computer and use it in GitHub Desktop.
class Fixnum
define_method :+ do |i|
rand(100) == 42 ? 42 : i - -self
end
end
@rudyjahchan
Copy link

[rimshot]

@jdx
Copy link
Author

jdx commented Feb 21, 2014

class Foo < [String, Fixnum, Array].sample
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment