diff options
author | murphy <murphy@rubychan.de> | 2010-01-01 04:44:54 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-01-01 04:44:54 +0000 |
commit | abc3008c6c1f42958404657844d780d9ca0c5c30 (patch) | |
tree | 61333767557107b5f0e191535a4cdd4e79307e98 /lib/coderay/encoders/html.rb | |
parent | 228726f6bfed89b86fb985d554040f91de776840 (diff) | |
download | coderay-abc3008c6c1f42958404657844d780d9ca0c5c30.tar.gz |
Cleanup.
Diffstat (limited to 'lib/coderay/encoders/html.rb')
-rw-r--r-- | lib/coderay/encoders/html.rb | 2 |
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 |