diff options
| author | Jack Nagel | 2014-12-23 01:04:44 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-12-23 01:04:44 -0500 | 
| commit | 5575fb843cbcb3779e94356c67bf2b751c340ceb (patch) | |
| tree | 997d6dcb4a60488b8d09ce6bf3958c02f51c8b10 /Library/Homebrew/patch.rb | |
| parent | cef553491cc62bea37735e76e9d4742fd1d711ec (diff) | |
| download | brew-5575fb843cbcb3779e94356c67bf2b751c340ceb.tar.bz2 | |
Don't raise NotImplementedError
Diffstat (limited to 'Library/Homebrew/patch.rb')
| -rw-r--r-- | Library/Homebrew/patch.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/Library/Homebrew/patch.rb b/Library/Homebrew/patch.rb index e1c5ad84b..2adb808f3 100644 --- a/Library/Homebrew/patch.rb +++ b/Library/Homebrew/patch.rb @@ -61,7 +61,6 @@ class EmbeddedPatch    end    def contents -    raise NotImplementedError    end    def apply | 
