Module: DebugBar::Ext::String

Defined in:
lib/debug-bar/ext/string.rb

Instance Method Summary collapse

Instance Method Details

#html_escapeObject



7
8
9
# File 'lib/debug-bar/ext/string.rb', line 7

def html_escape
  return CGI.escapeHTML(self)
end