diff options
| author | Markus Reiter | 2017-07-15 14:46:11 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2017-07-21 10:50:10 +0100 |
| commit | 9578e2995af79e93583c60e667a3db439a14b697 (patch) | |
| tree | 8615a84147c9b2afbd5e44fdde712e5e37f9e951 /Library/Homebrew/compat/hbc | |
| parent | 2d18ba586b3250062cd58c8f5af81fc30a35bb5f (diff) | |
| download | brew-9578e2995af79e93583c60e667a3db439a14b697.tar.bz2 | |
Move `Hbc::DSL#license` to `compat`.
Diffstat (limited to 'Library/Homebrew/compat/hbc')
| -rw-r--r-- | Library/Homebrew/compat/hbc/dsl.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Homebrew/compat/hbc/dsl.rb b/Library/Homebrew/compat/hbc/dsl.rb new file mode 100644 index 000000000..b550501ed --- /dev/null +++ b/Library/Homebrew/compat/hbc/dsl.rb @@ -0,0 +1,7 @@ +module Hbc + class DSL + def license(*) + odeprecated "Hbc::DSL#license" + end + end +end |
