Make Patch a module since it only has singleton methods

This commit is contained in:
Jack Nagel 2014-07-28 16:23:42 -05:00
parent 90f69372ce
commit 8df8f437f0

View File

@ -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