From abc3008c6c1f42958404657844d780d9ca0c5c30 Mon Sep 17 00:00:00 2001 From: murphy Date: Fri, 1 Jan 2010 04:44:54 +0000 Subject: Cleanup. --- lib/coderay/encoders/html.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay/encoders') diff --git a/lib/coderay/encoders/html.rb b/lib/coderay/encoders/html.rb index e84d388..89290d0 100644 --- a/lib/coderay/encoders/html.rb +++ b/lib/coderay/encoders/html.rb @@ -1,4 +1,4 @@ -require "set" +require 'set' module CodeRay module Encoders -- cgit v1.2.1