lib/eco-rake/options/forwarding.rb in eco-rake-0.2.6 vs lib/eco-rake/options/forwarding.rb in eco-rake-0.2.7
- old
+ new
@@ -5,10 +5,10 @@
module Options
# Offers a way to relaunch command options from options results.
module Forwarding
class << self
def included(base)
- super(base)
+ super
base.extend ClassMethods
base.attr_inheritable(:options_proxy) {|value, subclass| value&.deep_dup(subclass)}
end
end