Lint os/mac/formula

This commit is contained in:
Gabriel 2019-05-22 23:59:43 -03:00
parent 848b3380e5
commit 22f765300e

View File

@ -12,8 +12,10 @@ class Formula
args.each { |key, version| args[key] = OS::Mac::Version.from_symbol(version) }
return false if args[:after] && OS::Mac.version < args[:after]
return false if args[:before] && OS::Mac.version >= args[:before]
return true
true
end
end
end