Add missing summarize method for StageOnly.
This commit is contained in:
parent
c3874580a4
commit
77db066ae2
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user