module DebugBar::Ext::String

Public Instance Methods

html_escape() click to toggle source
# File lib/debug-bar/ext/string.rb, line 7
def html_escape
  return CGI.escapeHTML(self)
end