Commit d239e69

mo khan <mo@mokhan.ca>
2014-04-26 23:17:35
remove default.
1 parent cec9306
Changed files (1)
lib
mathy
operations
lib/mathy/operations/operation.rb
@@ -3,7 +3,7 @@ module Mathy
     class Operation
       attr_reader :key
 
-      def initialize(difficulty, key, verification = Verification.new)
+      def initialize(difficulty, key, verification)
         @difficulty = difficulty
         @key = key
         @verifier = verification