summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/html
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2006-04-16 03:20:37 +0000
committermurphy <murphy@rubychan.de>2006-04-16 03:20:37 +0000
commit0d4ddc9f66eb3b4dc3f6e7cb191b605b348e8189 (patch)
tree6ade5b6d36d559b919a39f55002cde3c3779bc67 /lib/coderay/encoders/html
parentff9cbcf8c58e81bcee2e961e8b2033e6e336c6e9 (diff)
downloadcoderay-0d4ddc9f66eb3b4dc3f6e7cb191b605b348e8189.tar.gz
Re-indented everything. Sorry to break the blame chain.
Diffstat (limited to 'lib/coderay/encoders/html')
-rw-r--r--lib/coderay/encoders/html/classes.rb6
-rw-r--r--lib/coderay/encoders/html/css.rb6
-rw-r--r--lib/coderay/encoders/html/output.rb2
3 files changed, 9 insertions, 5 deletions
diff --git a/lib/coderay/encoders/html/classes.rb b/lib/coderay/encoders/html/classes.rb
index 3d40a42..e21fce8 100644
--- a/lib/coderay/encoders/html/classes.rb
+++ b/lib/coderay/encoders/html/classes.rb
@@ -1,4 +1,5 @@
-module CodeRay module Encoders
+module CodeRay
+module Encoders
class HTML
@@ -68,4 +69,5 @@ module CodeRay module Encoders
end
-end end
+end
+end
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'
diff --git a/lib/coderay/encoders/html/output.rb b/lib/coderay/encoders/html/output.rb
index e9a3a41..203caca 100644
--- a/lib/coderay/encoders/html/output.rb
+++ b/lib/coderay/encoders/html/output.rb
@@ -1,5 +1,5 @@
module CodeRay
- module Encoders
+module Encoders
class HTML