Skip to content

Instantly share code, notes, and snippets.

@zaagan
Last active January 8, 2020 18:47
Show Gist options
  • Save zaagan/6937df5a1ecc76a9285a8b864d536c08 to your computer and use it in GitHub Desktop.
Save zaagan/6937df5a1ecc76a9285a8b864d536c08 to your computer and use it in GitHub Desktop.
DH - Ruby Car Data Sample
FORD_MAVERICK_DATA = {
Name: "ford maverick",
Miles_per_Gallon: 21,
Cylinders: 6,
Displacement: 200,
Horsepower: 85,
Weight_in_lbs: 2587,
Acceleration: 16,
Year: "1970-01-01",
Origin: "USA",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment