Class: NotRandom
- Inherits:
-
Object
- Object
- NotRandom
- Defined in:
- lib/not_random.rb
Instance Method Summary collapse
Instance Method Details
#rand(*args) ⇒ Object
2 3 4 |
# File 'lib/not_random.rb', line 2 def rand(*args) 0 end |