Skip to content
Snippets Groups Projects
Commit 77db066a authored by Markus Reiter's avatar Markus Reiter
Browse files

Add missing `summarize` method for `StageOnly`.

parent c3874580
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,10 @@ module Cask
def to_a
[true]
end
def summarize
"true"
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