]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/games/roshambo.rb
remove whitespace
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / games / roshambo.rb
index 033386986618b338e1ce88ccdb4a905b339261eb..927b2f0871d31e777f86f3f0cb7d3bc8f4155b19 100644 (file)
@@ -15,7 +15,7 @@ require 'time'
 class RoshamboPlugin < Plugin
 
   def initialize
-    super 
+    super
     @scoreboard = {}
     @beats = { :rock => :scissors, :paper => :rock, :scissors => :paper}
     @plays = @beats.keys