aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/patch.rb
diff options
context:
space:
mode:
authorJack Nagel2014-07-28 16:23:42 -0500
committerJack Nagel2014-07-28 16:23:42 -0500
commit8df8f437f0ed107dd98e9ef71db0768d8dc58121 (patch)
treeeb4aab572600bf404ba9593a03ed269c3bae79f9 /Library/Homebrew/patch.rb
parent90f69372ce046f52d9da0ee3b059d3526c12c3e6 (diff)
downloadbrew-8df8f437f0ed107dd98e9ef71db0768d8dc58121.tar.bz2
Make Patch a module since it only has singleton methods
Diffstat (limited to 'Library/Homebrew/patch.rb')
-rw-r--r--Library/Homebrew/patch.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/patch.rb b/Library/Homebrew/patch.rb
index 973bc3b71..377ef3ead 100644
--- a/Library/Homebrew/patch.rb
+++ b/Library/Homebrew/patch.rb
@@ -2,7 +2,7 @@ require 'resource'
require 'stringio'
require 'erb'
-class Patch
+module Patch
def self.create(strip, io, &block)
case strip
when :DATA, IO, StringIO