Method: Faker::Measurement.height
- Defined in:
- lib/faker/default/measurement.rb
.height(amount: rand(10)) ⇒ String
Produces a random height measurement.
22 23 24 |
# File 'lib/faker/default/measurement.rb', line 22 def height(amount: rand(10)) define_measurement_locale(amount, 'height') end |