summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/html.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-01-01 04:44:54 +0000
committermurphy <murphy@rubychan.de>2010-01-01 04:44:54 +0000
commitabc3008c6c1f42958404657844d780d9ca0c5c30 (patch)
tree61333767557107b5f0e191535a4cdd4e79307e98 /lib/coderay/encoders/html.rb
parent228726f6bfed89b86fb985d554040f91de776840 (diff)
downloadcoderay-abc3008c6c1f42958404657844d780d9ca0c5c30.tar.gz
Cleanup.
Diffstat (limited to 'lib/coderay/encoders/html.rb')
-rw-r--r--lib/coderay/encoders/html.rb2
1 files changed, 1 insertions, 1 deletions
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