Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baccigalupi/collections_assessment
https://github.com/baccigalupi/collections_assessment
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/baccigalupi/collections_assessment
- Owner: baccigalupi
- Created: 2014-11-01T00:52:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-01T00:52:51.000Z (about 10 years ago)
- Last Synced: 2023-04-20T21:34:43.238Z (over 1 year ago)
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
collections-assessment
======================In a ruby file construct an array of student data hashes. Each student hash should contain:
* first name
* last name
* classfor each student in the class.
Data:
```
First Name | Last Name | Email | Class
------------------------------------------------------------------------------
John Foley [email protected] Beginning snark
Sylwester Kelsey [email protected] Ruby Immersive
Timothy Rama [email protected] Ruby Immersive
Kane Baccigalupi [email protected] C for dummies
Nikita Theodosius [email protected] Ruby Immersive
Roddy Eldred [email protected] Ruby Immersive
Martha Berner [email protected] Time travel for beginners
Kofi Thomas [email protected] Ruby Immersive
```
You can copy and paste text values from the file, but are not allowed to copy and paste hashes or other syntax elements.