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