Skip to content
Snippets Groups Projects
Unverified Commit 9a63811e authored by Markus Reiter's avatar Markus Reiter Committed by GitHub
Browse files

Merge pull request #8392 from reitermarkus/artifact-summarize

Add missing `summarize` method for `StageOnly`.
parents c3874580 77db066a
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,10 @@ module Cask ...@@ -18,6 +18,10 @@ module Cask
def to_a def to_a
[true] [true]
end end
def summarize
"true"
end
end end
end end
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment