diff options
author | murphy <murphy@rubychan.de> | 2010-02-13 05:13:42 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-02-13 05:13:42 +0000 |
commit | 3e67e76eb33a24e06b227014af4a36d9fe1bdf5b (patch) | |
tree | 4f06f96282d39af575c7371895de362d6dc83608 /lib/coderay | |
parent | 1bcab9fe0cec2888b6d025e6f028fc5fca36a649 (diff) | |
download | coderay-3e67e76eb33a24e06b227014af4a36d9fe1bdf5b.tar.gz |
Documentation cleanup.
Diffstat (limited to 'lib/coderay')
-rw-r--r-- | lib/coderay/for_redcloth.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/coderay/for_redcloth.rb b/lib/coderay/for_redcloth.rb index 0857aba..43b2268 100644 --- a/lib/coderay/for_redcloth.rb +++ b/lib/coderay/for_redcloth.rb @@ -20,7 +20,7 @@ module CodeRay end RedCloth::TextileDoc.send :include, ForRedCloth::TextileDoc RedCloth::Formatters::HTML.module_eval do - def unescape(html) + def unescape(html) # :nodoc: replacements = { '&' => '&', '"' => '"', @@ -64,7 +64,7 @@ module CodeRay @in_bc = nil opts[:lang] ? '' : "</pre>\n" end - def escape_pre(text) + def escape_pre(text) # :nodoc: if @in_bc ||= nil text else |