Skip to content

Commit

Permalink
[Update] complete vehicle information search function
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhthi12 committed Sep 19, 2024
1 parent 3c2e80e commit e7fbb11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/oop/lesson1/models/o_to.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# OTo class represents a type of vehicle with specific attributes such as manufacturer,
# vehicle name, year of manufacture, max speed, seat number, and engine type.

# so it can be used in the current file (e.g., for testing or as a dependency).
require_relative 'transportation_means'

class OTo < TransportationMeans
Expand Down

0 comments on commit e7fbb11

Please sign in to comment.