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-15 19:56:59 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
brew
/
Library
/
Homebrew
/
compat
/
hbc
/
dsl.rb
12 lines
149 B
Ruby
Raw
Normal View
History
Unescape
Escape
Move `Hbc::DSL#license` to `compat`.
2017-07-15 14:46:11 +02:00
module
Hbc
class
DSL
Use `module Compat` for everything.
2018-05-18 13:35:41 +02:00
module
Compat
def
license
(
*
)
odeprecated
"
Hbc::DSL
#
license
"
end
Move `Hbc::DSL#license` to `compat`.
2017-07-15 14:46:11 +02:00
end
Use `module Compat` for everything.
2018-05-18 13:35:41 +02:00
prepend
Compat
Move `Hbc::DSL#license` to `compat`.
2017-07-15 14:46:11 +02:00
end
end
Reference in New Issue
Copy Permalink