module CodeRay::ForRedCloth

def escape_pre(text) # :nodoc:

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