Skip to content

Snowglobes and Methods is a Ruby fundamentals exercise I developed for students while on staff at the Turing School. It is designed to teach the fundamentals of enumerables and hashes.

Notifications You must be signed in to change notification settings

kbs5280/snowglobes-and-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: Snowglobes and Methods is a Ruby fundamentals exercise I developed for students while on staff at the Turing School of Software and Design. It is designed to teach the fundamentals of enumerables and hashes.

Snowglobes and Methods

a Ruby objects and methods exercise using hashes


Clone this repository: [email protected]:kbs5280/snowglobes-and-methods.git

Make the tests pass in the following sequence:

  • test/snowglobe_test.rb
  • test/order_test.rb
  • test/inventory_test.rb

Run a test file by calling it with ruby:

$ ruby test/snowglobe_test.rb

Once a single test is passing, remove "skip" to run the following test.

About

Snowglobes and Methods is a Ruby fundamentals exercise I developed for students while on staff at the Turing School. It is designed to teach the fundamentals of enumerables and hashes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages