lib/evil/client/builder/scope.rb in evil-client-3.0.4 vs lib/evil/client/builder/scope.rb in evil-client-3.1.0
- old
+ new
@@ -21,10 +21,10 @@
#
# @param [Hash<Symbol, Object>] options Custom options
# @return [Evil::Client::Container::Scope]
#
def new(**options)
- Container::Scope.new schema, parent.options.merge(options)
+ Container::Scope.new schema, **parent.options.merge(options)
end
alias_method :call, :new
alias_method :[], :new
end
end