Module: Haphazard::ClassMethods

Defined in:
lib/haphazard.rb

Instance Method Summary collapse

Instance Method Details

#randomObject



5
6
7
8
# File 'lib/haphazard.rb', line 5

def random
  amount = rand(count)
  limit(1).offset(amount).first
end