Method: Car#make

Defined in:
lib/car.rb

#makeObject

Returns the value of attribute make.



2
3
4
# File 'lib/car.rb', line 2

def make
  @make
end