Method: Car#make
- Defined in:
- lib/car.rb
#make ⇒ Object
Returns the value of attribute make.
2 3 4 |
# File 'lib/car.rb', line 2 def make @make end |
Returns the value of attribute make.
2 3 4 |
# File 'lib/car.rb', line 2 def make @make end |