diff options
Diffstat (limited to 'Library/Homebrew/compat/xcode.rb')
| -rw-r--r-- | Library/Homebrew/compat/xcode.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Homebrew/compat/xcode.rb b/Library/Homebrew/compat/xcode.rb index 69abbf4b1..14150cc7c 100644 --- a/Library/Homebrew/compat/xcode.rb +++ b/Library/Homebrew/compat/xcode.rb @@ -1,11 +1,11 @@ module OS module Mac module Xcode - class << self - def provides_autotools? - odeprecated "OS::Mac::Xcode.provides_autotools?" - version < "4.3" - end + module_function + + def provides_autotools? + odeprecated "OS::Mac::Xcode.provides_autotools?" + version < "4.3" end end end |
