Module: Evilution::Reporter::HTML::Escape Private
- Defined in:
- lib/evilution/reporter/html/escape.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Class Method Summary collapse
- .call(text) ⇒ Object private
Class Method Details
.call(text) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
9 10 11 |
# File 'lib/evilution/reporter/html/escape.rb', line 9 def call(text) CGI.escapeHTML(text.to_s) end |