diff options
| author | mo khan <mo@mokhan.ca> | 2014-04-26 17:17:35 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-04-26 17:17:35 -0600 |
| commit | d239e694f50f2850a4b41eae45b35014207457f5 (patch) | |
| tree | 0b624b15d7da45d5f43b4509a1d3430185a8ff56 | |
| parent | cec9306201f79eab68bcd46e9cc6485d0124aff3 (diff) | |
remove default.
| -rw-r--r-- | lib/mathy/operations/operation.rb | 2 |
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 |
