From 8df8f437f0ed107dd98e9ef71db0768d8dc58121 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 28 Jul 2014 16:23:42 -0500 Subject: Make Patch a module since it only has singleton methods --- Library/Homebrew/patch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3