We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e4288 commit eb20374Copy full SHA for eb20374
1 file changed
chapter_08/01_car_class_and_car_variable.rb
@@ -9,12 +9,12 @@ def setup
9
end
10
11
def draw
12
- background 255
13
-
14
- # Operate the car object in draw
15
- # by calling object methods using the dots syntax.
16
- @my_car.move
17
- @my_car.display_car
+ background 255
+
+ # Operate the car object in draw
+ # by calling object methods using the dots syntax.
+ @my_car.move
+ @my_car.display_car
18
19
20
0 commit comments