You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/falcon9.rb
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
$falcon9 ={
2
2
name: "Falcon 9",
3
+
stages: "2",
3
4
height: {
4
5
meters: "70",
5
6
feet: "229.6"
@@ -12,7 +13,6 @@
12
13
kg: "549,054",
13
14
lb: "1,207,920"
14
15
},
15
-
stages: "2",
16
16
payload_weight: {
17
17
leo: {
18
18
name: "Low Earth Orbit",
@@ -55,5 +55,6 @@
55
55
option_1: "Dragon",
56
56
option_2: "Dragon Trunk",
57
57
option_3: "Composite Fairing"
58
-
}
58
+
},
59
+
description: "Falcon 9 is a two-stage rocket designed and manufactured by SpaceX for the reliable and safe transport of satellites and the Dragon spacecraft into orbit."
0 commit comments