Method: CarCodes::Code#to_human

Defined in:
lib/car_codes/code.rb

#to_humanObject



15
16
17
18
# File 'lib/car_codes/code.rb', line 15

def to_human
  ensure_validation
  "#{category} - #{type} - #{transmission} - #{fuel}"
end