diff options
| author | Mike McQuaid | 2014-12-06 09:14:20 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-06 09:14:20 +0000 |
| commit | 645e82df8352e7a902902fafa494c7c300bcc8fd (patch) | |
| tree | 979186dc27e10db439b1fce305b2080c312e9efd /Library/Homebrew/requirement.rb | |
| parent | 566d6b3a462c740913852d889f39d6f6824d8c88 (diff) | |
| download | brew-645e82df8352e7a902902fafa494c7c300bcc8fd.tar.bz2 | |
Remove {start,stop}doc as we're using Yard now.
Diffstat (limited to 'Library/Homebrew/requirement.rb')
| -rw-r--r-- | Library/Homebrew/requirement.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/requirement.rb b/Library/Homebrew/requirement.rb index 19ea21f1a..d06d65d6b 100644 --- a/Library/Homebrew/requirement.rb +++ b/Library/Homebrew/requirement.rb @@ -3,8 +3,6 @@ require 'dependency' require 'dependencies' require 'build_environment' -# :startdoc: - # A base class for non-formula requirements needed by formulae. # A "fatal" requirement is one that will fail the build if it is not present. # By default, Requirements are non-fatal. @@ -107,8 +105,6 @@ class Requirement super(cmd, ORIGINAL_PATHS.join(File::PATH_SEPARATOR)) end - # :stopdoc: - class << self include BuildEnvironmentDSL |
