diff options
author | murphy <murphy@rubychan.de> | 2010-06-01 18:10:30 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-06-01 18:10:30 +0000 |
commit | 7284b3674bada6a009bdfa23bd822a6ba6fc4896 (patch) | |
tree | abe6ca1b1be78688e70517ef92ad6e5b7284c7a6 /lib/coderay/encoders/html/output.rb | |
parent | 5bf55e552d7dc3eac362e2b881afaa8039995a59 (diff) | |
download | coderay-7284b3674bada6a009bdfa23bd822a6ba6fc4896.tar.gz |
Cleanups in Encoders::HTML::Output.
Diffstat (limited to 'lib/coderay/encoders/html/output.rb')
-rw-r--r-- | lib/coderay/encoders/html/output.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/coderay/encoders/html/output.rb b/lib/coderay/encoders/html/output.rb index 533235d..dec1d7c 100644 --- a/lib/coderay/encoders/html/output.rb +++ b/lib/coderay/encoders/html/output.rb @@ -13,8 +13,6 @@ module Encoders # TODO: more doc. module Output - require 'coderay/encoders/html/numerization.rb' - attr_accessor :css class << self |