From 3e67e76eb33a24e06b227014af4a36d9fe1bdf5b Mon Sep 17 00:00:00 2001 From: murphy Date: Sat, 13 Feb 2010 05:13:42 +0000 Subject: Documentation cleanup. --- lib/coderay/for_redcloth.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/coderay') 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] ? '' : "\n" end - def escape_pre(text) + def escape_pre(text) # :nodoc: if @in_bc ||= nil text else -- cgit v1.2.1