23 24 25
# File 'lib/faker/default/types.rb', line 23 def rb_integer(from = 0, to = 100) rand(from..to).to_i end