Added missing method to_a to Cask::DSL:ConflictsWith class.
This commit is contained in:
parent
6b714cc9c2
commit
e722a906f4
@ -25,6 +25,9 @@ module Cask
|
|||||||
instance_variable_set("@#{key}", instance_variable_get("@#{key}").merge([*value]))
|
instance_variable_set("@#{key}", instance_variable_get("@#{key}").merge([*value]))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
def to_a
|
||||||
|
(@pairs.values)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user