diff --git a/Library/Homebrew/cask/exceptions.rb b/Library/Homebrew/cask/exceptions.rb index 48ba8cd6fc..9614b6780e 100644 --- a/Library/Homebrew/cask/exceptions.rb +++ b/Library/Homebrew/cask/exceptions.rb @@ -5,7 +5,7 @@ module Cask class MultipleCaskErrors < CaskError def initialize(errors) - super + super() @errors = errors end @@ -172,7 +172,7 @@ module Cask attr_reader :path, :reason def initialize(path, reason) - super + super() @path = path @reason = reason