class MakeDoesNotExist

Public Instance Methods

to_s() click to toggle source
# File lib/autostats.rb, line 9
def to_s
  "The make you are looking for is not available"
end