Method: Bundler::Thor::Util.escape_html
- Defined in:
- lib/bundler/vendor/thor/lib/thor/util.rb
permalink .escape_html(string) ⇒ Object
280 281 282 |
# File 'lib/bundler/vendor/thor/lib/thor/util.rb', line 280 def escape_html(string) CGI.escapeHTML(string) end |