Skip to content

Instantly share code, notes, and snippets.

@dbc-challenges
Created January 23, 2013 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 278 You must be signed in to fork a gist
  • Save dbc-challenges/14877941b35752fd92ee to your computer and use it in GitHub Desktop.
Save dbc-challenges/14877941b35752fd92ee to your computer and use it in GitHub Desktop.
# You should re-use and modify your old BoggleBoard class
# to support the new requirements
class BoggleBoard
def initialize
end
def shake!
end
def to_s
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment