Libraries
»
purview
(1.6.0)
»
Index (S)
»
String
Class: String
Inherits:
Object
Object
String
show all
Defined in:
lib/purview/refinements/string.rb
Instance Method Summary
collapse
#
sanitized
⇒ Object
Instance Method Details
#
sanitized
⇒
Object
2 3 4
# File 'lib/purview/refinements/string.rb', line 2
def
sanitized
self
.
gsub
(
"
'
"
,
"
''
"
)
end