Skip to content

Instantly share code, notes, and snippets.

View Answart's full-sized avatar

Alexandra Swart Answart

View GitHub Profile
@Answart
Answart / 0.2.1-boggle_class_from_methods.rb
Last active January 3, 2016 02:09 — forked from dbc-challenges/0.2.1-boggle_class_from_methods.rb
phase 0 unit 2 week 1 boggle class challenge
=begin
------ Overview ------
Create a class BoggleBoard that includes the functionality of your methods
from the previous challenge.
To do this, take a look at the methods you've created. How can they be
integrated into your BoggleBoard class? What needs to change?
1) Instantiate a new board object