This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
brew
Watch
1
Star
0
Fork
0
You've already forked brew
mirror of
https://github.com/Homebrew/brew.git
synced
2025-07-14 16:09:03 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
brew
/
Library
/
Homebrew
/
extend
/
os
/
missing_formula.rb
4 lines
82 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add frozen_string_literal to all files.
2019-04-19 15:38:03 +09:00
# frozen_string_literal: true
blacklist: move to missing_formula class instead. This will allow extending this class so it can be used by more than just blacklisting.
2017-03-18 17:02:08 +02:00
require
"
extend/os/mac/missing_formula
"
if
OS
.
mac?
Reference in New Issue
Copy Permalink