Skip to content

ga-wdi-boston/wdi_1_ruby_lab_arrays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f3a12c1 · Feb 10, 2015

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General Assembly Logo

Ruby Array Lab

Objectives

By the end of this, students should be able to:

  • Manipulate arrays (add new elements, find index of elements, filter arrays)
  • Write methods that manipulate arrays
  • Convert strings into arrays and manipulate their elements

Instructions

  • Fork and clone this exercise. Run bundle install from within this folder.
  • Following along with the tests in the spec directory, write code in the lib directory to fulfill the tests.
  • Make git commits for each passing test, push your code to Github and make a pull request.