Merge pull request #8419 from MikeMcQuaid/cask-exceptions-fix
cask/exceptions: fix super calls.
This commit is contained in:
commit
14ec695c1d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user