Skip to content

Commit

Permalink
ruby19 compatibility & Shoes 2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Feb 23, 2010
1 parent c166f74 commit acfa760
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/broadsides
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ begin
game.run
winner = game.finish
puts "#{winner} wins."
#rescue Exception => error
# puts "USAGE: [--log NAME] #{$PROGRAM_NAME} PATH_TO_PLAYER_1 PATH_TO_PLAYER_2"
# puts
# puts "Error: #{error.message}"
rescue Exception => error
puts "USAGE: [--log NAME] #{$PROGRAM_NAME} PATH_TO_PLAYER_1 PATH_TO_PLAYER_2"
puts
puts "Error: #{error.message}"
end

0 comments on commit acfa760

Please sign in to comment.