summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/mathy/operations/operation.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mathy/operations/operation.rb b/lib/mathy/operations/operation.rb
index ba6a16d..2c49ce0 100644
--- a/lib/mathy/operations/operation.rb
+++ b/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