From feb12c0cae43c72d482052d1a56f0f873a4ccc9b Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sun, 13 Jan 2013 22:21:46 +0100 Subject: [PATCH] Remove unused code --- lib/mutant/helper.rb | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/lib/mutant/helper.rb b/lib/mutant/helper.rb index c67133dd..19ca2a6f 100644 --- a/lib/mutant/helper.rb +++ b/lib/mutant/helper.rb @@ -19,20 +19,5 @@ module Mutant Marshal.load(Marshal.dump(object)) end - # Extract option from options hash - # - # @param [Hash] options - # @param [Object] key - # - # @return [Object] value - # - # @api private - # - def self.extract_option(options, key) - options.fetch(key) do - raise ArgumentError,"Missing #{key.inspect} in options" - end - end - end end