diff options
Diffstat (limited to 'lib/coderay/encoders/html')
-rw-r--r-- | lib/coderay/encoders/html/classes.rb (renamed from lib/coderay/encoders/html/html_helper.rb) | 0 | ||||
-rw-r--r-- | lib/coderay/encoders/html/css.rb (renamed from lib/coderay/encoders/html/html_css.rb) | 0 | ||||
-rw-r--r-- | lib/coderay/encoders/html/numerization.rb (renamed from lib/coderay/encoders/html/html_numerization.rb) | 0 | ||||
-rw-r--r-- | lib/coderay/encoders/html/output.rb (renamed from lib/coderay/encoders/html/html_output.rb) | 2 |
4 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/encoders/html/html_helper.rb b/lib/coderay/encoders/html/classes.rb index 6a2938e..6a2938e 100644 --- a/lib/coderay/encoders/html/html_helper.rb +++ b/lib/coderay/encoders/html/classes.rb diff --git a/lib/coderay/encoders/html/html_css.rb b/lib/coderay/encoders/html/css.rb index 80ccab4..80ccab4 100644 --- a/lib/coderay/encoders/html/html_css.rb +++ b/lib/coderay/encoders/html/css.rb diff --git a/lib/coderay/encoders/html/html_numerization.rb b/lib/coderay/encoders/html/numerization.rb index f51b5d3..f51b5d3 100644 --- a/lib/coderay/encoders/html/html_numerization.rb +++ b/lib/coderay/encoders/html/numerization.rb diff --git a/lib/coderay/encoders/html/html_output.rb b/lib/coderay/encoders/html/output.rb index f17965d..c8985da 100644 --- a/lib/coderay/encoders/html/html_output.rb +++ b/lib/coderay/encoders/html/output.rb @@ -13,7 +13,7 @@ module CodeRay # TODO: more doc.
module Output
- require 'coderay/encoders/helpers/html_numerization.rb'
+ require 'coderay/encoders/html/numerization.rb'
attr_accessor :wrapped_in
|