Remove unused code

This commit is contained in:
Markus Schirp 2013-01-13 22:21:46 +01:00
parent a0dd3c9a59
commit feb12c0cae

View file

@ -19,20 +19,5 @@ module Mutant
Marshal.load(Marshal.dump(object)) Marshal.load(Marshal.dump(object))
end 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
end end