Fix Formula::on_macos type annotation

This commit is contained in:
Rylan Polster 2022-06-29 11:45:02 -04:00
parent a9e62b9e38
commit 1294de9e48
No known key found for this signature in database
GPG Key ID: 46A744940CFF4D64

View File

@ -49,6 +49,6 @@ class Formula
def env; end
def conflicts; end
# This method is generated by `OnSystem::setup_methods!`
# This method is included by `OnSystem`
def self.on_macos(&block); end
end