method

escape

rails latest stable - Class: PreviewDocs

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

escape(str)
public

No documentation available.

# File tools/preview_docs.rb, line 43
  def escape(str)
    CGI.escapeHTML(str)
  end