diff options
| author | Markus Reiter | 2017-06-26 07:30:28 +0200 | 
|---|---|---|
| committer | Markus Reiter | 2017-06-28 09:25:31 +0200 | 
| commit | 3b4ee58c491f164c2751c1c0f941568c35fb0ac6 (patch) | |
| tree | eb6690a2d0e872c3f7e317d5aeadb0eb03697195 /Library/Homebrew/software_spec.rb | |
| parent | 4fb60d89886758884fae29566fc04de66837f0c6 (diff) | |
| download | brew-3b4ee58c491f164c2751c1c0f941568c35fb0ac6.tar.bz2 | |
Refactor using `Forwardable` and `DelegateClass`.
Diffstat (limited to 'Library/Homebrew/software_spec.rb')
| -rw-r--r-- | Library/Homebrew/software_spec.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/Library/Homebrew/software_spec.rb b/Library/Homebrew/software_spec.rb index eaae724a4..dd6cea8b2 100644 --- a/Library/Homebrew/software_spec.rb +++ b/Library/Homebrew/software_spec.rb @@ -1,4 +1,3 @@ -require "forwardable"  require "resource"  require "checksum"  require "version" | 
