Skip to content
Snippets Groups Projects
Commit 8df8f437 authored by Jack Nagel's avatar Jack Nagel
Browse files

Make Patch a module since it only has singleton methods

parent 90f69372
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment