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