module CodeRay::ForRedCloth
def escape_pre(text) # :nodoc:
def escape_pre(text) # :nodoc: if @in_bc ||= nil text else html_esc(text, :html_escape_preformatted) end end
def escape_pre(text) # :nodoc: if @in_bc ||= nil text else html_esc(text, :html_escape_preformatted) end end