Skip to content

Commit

Permalink
remove testing part
Browse files Browse the repository at this point in the history
  • Loading branch information
wesley974 committed Mar 13, 2017
1 parent 8af2ea6 commit 0a6b54a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/scoreboard.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,3 @@ def write
File.write(FILE_PATH, @score.to_yaml)
end
end

# Testing with irb
# ----------------------------------
# require_relative 'lib/scoreboard'
# file = Scoreboard.new
# file.add('Wesley',2,65) => Integer
# file.info => [[], [], []]

0 comments on commit 0a6b54a

Please sign in to comment.