class Faker::Measurement

def height(amount: rand(10))

Returns:
  • (String) -

Parameters:
  • amount (Integer) -- Specifies the random height value.
def height(amount: rand(10))
  define_measurement_locale(amount, 'height')
end