diff options
Diffstat (limited to 'lib/coderay/encoders/html/css.rb')
-rw-r--r-- | lib/coderay/encoders/html/css.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/coderay/encoders/html/css.rb b/lib/coderay/encoders/html/css.rb index ad055aa..fcd9859 100644 --- a/lib/coderay/encoders/html/css.rb +++ b/lib/coderay/encoders/html/css.rb @@ -1,4 +1,5 @@ -module CodeRay module Encoders
+module CodeRay
+module Encoders
class HTML
class CSS
@@ -55,7 +56,8 @@ module CodeRay module Encoders end
end
-end end
+end
+end
if $0 == __FILE__
require 'pp'
|