Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/xss_shield/safe_string.rb
Instance Method Summary collapse
Instance Method Details
#to_s_xss_protected ⇒ Object
38 39 40 |
# File 'lib/xss_shield/safe_string.rb', line 38 def to_s_xss_protected ERB::Util.h(to_s).mark_as_xss_protected end |