Remove compat's implicit dependency on formula

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-07-05 20:27:38 -05:00
parent 577fe6d72b
commit bb78df7356

View File

@ -93,7 +93,9 @@ class Formula
end end
class << self class << self
attr_rw :bottle_sha1 def bottle_sha1 val=nil
val.nil? ? @bottle_sha1 : @bottle_sha1 = val
end
end end
end end