diff options
Diffstat (limited to 'lib')
-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 |