Last active
December 22, 2015 03:09
-
-
Save technicalpickles/6408182 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Year | Make | Model | Description | Price | |
---|---|---|---|---|---|
1997 | Ford | E350 | ac, abs, moon | 3000.00 | |
1999 | Chevy | Venture "Extended Edition" | 4900.00 | ||
1999 | Chevy | Venture "Extended Edition, Very Large" | 5000.00 | ||
1996 | Jeep | Grand Cherokee | MUST SELL! air, moon roof, loaded | 4799.00 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{:year => 1997, :make => 'Ford', :model => 'E350', :description => 'ac, abs, moon', :price => 3000.00}, | |
{:year => 1999, :make => 'Chevy', :model => 'Venture "Extended Edition"', :description => nil, :price => 4900.00}, | |
{:year => 1999, :make => 'Chevy', :model => 'Venture "Extended Edition, Very Large"', :description => nil, :price => 5000.00}, | |
{:year => 1996, :make => 'Jeep', :model => 'Grand Cherokee', :description => "MUST SELL!\nair, moon roof, loaded", :price => 4799.00} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment