Merge pull request #8392 from reitermarkus/artifact-summarize
Add missing `summarize` method for `StageOnly`.
This commit is contained in:
commit
9a63811e8f
@ -18,6 +18,10 @@ module Cask
|
||||
def to_a
|
||||
[true]
|
||||
end
|
||||
|
||||
def summarize
|
||||
"true"
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user