Method: Faker::Vehicle.standard_specs
- Defined in:
- lib/faker/default/vehicle.rb
.standard_specs ⇒ Array<String>
Produces a random list of standard specs.
220 221 222 |
# File 'lib/faker/default/vehicle.rb', line 220 def standard_specs Array.new(rand(5...10)) { fetch('vehicle.standard_specs') } end |