summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-04-26 17:17:35 -0600
committermo khan <mo@mokhan.ca>2014-04-26 17:17:35 -0600
commitd239e694f50f2850a4b41eae45b35014207457f5 (patch)
tree0b624b15d7da45d5f43b4509a1d3430185a8ff56
parentcec9306201f79eab68bcd46e9cc6485d0124aff3 (diff)
remove default.
-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