summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/div.rb
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/div.rb
parentff9cbcf8c58e81bcee2e961e8b2033e6e336c6e9 (diff)
downloadcoderay-0d4ddc9f66eb3b4dc3f6e7cb191b605b348e8189.tar.gz
Re-indented everything. Sorry to break the blame chain.
Diffstat (limited to 'lib/coderay/encoders/div.rb')
-rw-r--r--lib/coderay/encoders/div.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/coderay/encoders/div.rb b/lib/coderay/encoders/div.rb
index 2379a4c..c389a0d 100644
--- a/lib/coderay/encoders/div.rb
+++ b/lib/coderay/encoders/div.rb
@@ -1,4 +1,5 @@
-module CodeRay module Encoders
+module CodeRay
+module Encoders
load :html
@@ -15,4 +16,5 @@ module CodeRay module Encoders
end
-end end
+end
+end