# File lib/faker/number.rb, line 57 def positive(from = 1.00, to = 5000.00) random_number = between(from, to) greater_than_zero(random_number) end