aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-06-22 15:00:15 -0500
committerJack Nagel2014-06-22 15:03:17 -0500
commit4b0255f7aa9ec4c8e7062ae051a6fbeb03cfb18e (patch)
treec0dee18b23321ed62f446765753328c53b6a0c87 /Library
parent07660bb7b6066c4c87afee1b5876dae3b348ec1d (diff)
downloadbrew-4b0255f7aa9ec4c8e7062ae051a6fbeb03cfb18e.tar.bz2
Keep DSL related code in one place
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index d84d64a13..f64468943 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -14,7 +14,6 @@ require 'pkg_version'
class Formula
include FileUtils
include Utils::Inreplace
- extend BuildEnvironmentDSL
attr_reader :name, :path, :homepage, :build
attr_reader :stable, :devel, :head, :active_spec
@@ -605,6 +604,7 @@ class Formula
# The methods below define the formula DSL.
class << self
+ include BuildEnvironmentDSL
attr_reader :keg_only_reason, :cc_failures
attr_rw :homepage, :plist_startup, :plist_manual, :revision