Fix class definition so we can require files first
This commit is contained in:
parent
b25156ca4a
commit
685bf070d1
@ -1,6 +1,7 @@
|
|||||||
require 'extend/pathname'
|
require "extend/pathname"
|
||||||
require 'formula_lock'
|
require "keg_fix_install_names"
|
||||||
require 'ostruct'
|
require "formula_lock"
|
||||||
|
require "ostruct"
|
||||||
|
|
||||||
class Keg < Pathname
|
class Keg < Pathname
|
||||||
def initialize path
|
def initialize path
|
||||||
@ -311,5 +312,3 @@ class Keg < Pathname
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
require 'keg_fix_install_names'
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
class Keg
|
class Keg < Pathname
|
||||||
PREFIX_PLACEHOLDER = "@@HOMEBREW_PREFIX@@".freeze
|
PREFIX_PLACEHOLDER = "@@HOMEBREW_PREFIX@@".freeze
|
||||||
CELLAR_PLACEHOLDER = "@@HOMEBREW_CELLAR@@".freeze
|
CELLAR_PLACEHOLDER = "@@HOMEBREW_CELLAR@@".freeze
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user