Class: SafeString

Inherits:
String show all
Defined in:
lib/xss_shield/safe_string.rb

Instance Method Summary collapse

Methods inherited from String

#xss_safe

Instance Method Details

#to_sObject



2
3
4
# File 'lib/xss_shield/safe_string.rb', line 2

def to_s
  self
end

#to_xss_safeObject



5
6
7
# File 'lib/xss_shield/safe_string.rb', line 5

def to_xss_safe
  self
end