diff options
| author | Jack Nagel | 2014-12-23 01:04:44 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-23 01:04:44 -0500 |
| commit | c3850b0c71cf22f881b742708bc7470e8f944f05 (patch) | |
| tree | 64a30f17ce8b0e4ae147450005daee80a6ebe708 | |
| parent | a0745e4e70ade236f87cc203b6e2d73d790786d5 (diff) | |
| download | homebrew-c3850b0c71cf22f881b742708bc7470e8f944f05.tar.bz2 | |
Don't raise NotImplementedError
| -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 |
