summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/div.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2006-07-10 00:32:57 +0000
committermurphy <murphy@rubychan.de>2006-07-10 00:32:57 +0000
commit9f4c7ab7553f9be7c9d14da0ba7462ad746c2f5d (patch)
tree686ee95cc9010314278846936476d1cf0bf04353 /lib/coderay/encoders/div.rb
parent42436798565c36a7d9582fcf587946d273083ab1 (diff)
downloadcoderay-9f4c7ab7553f9be7c9d14da0ba7462ad746c2f5d.tar.gz
Big re-indenting - no more tabs!
Diffstat (limited to 'lib/coderay/encoders/div.rb')
-rw-r--r--lib/coderay/encoders/div.rb20
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/coderay/encoders/div.rb b/lib/coderay/encoders/div.rb
index c389a0d..ce558f2 100644
--- a/lib/coderay/encoders/div.rb
+++ b/lib/coderay/encoders/div.rb
@@ -1,20 +1,20 @@
module CodeRay
module Encoders
-
- load :html
- class Div < HTML
+ load :html
- FILE_EXTENSION = 'div.html'
+ class Div < HTML
- register_for :div
+ FILE_EXTENSION = 'div.html'
- DEFAULT_OPTIONS = HTML::DEFAULT_OPTIONS.merge({
- :css => :style,
- :wrap => :div,
- })
+ register_for :div
- end
+ DEFAULT_OPTIONS = HTML::DEFAULT_OPTIONS.merge({
+ :css => :style,
+ :wrap => :div,
+ })
+
+ end
end
end