Fix style issues based on brew style guide
This commit is contained in:
parent
e722a906f4
commit
57fd624d25
@ -25,8 +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
|
def to_a
|
||||||
(@pairs.values)
|
@pairs.values
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user