class Faker::Vehicle
def standard_specs
-
(Array
-)
def standard_specs Array.new(rand(5...10)) { fetch('vehicle.standard_specs') } end
(Array)
-
def standard_specs Array.new(rand(5...10)) { fetch('vehicle.standard_specs') } end