Libraries
»
summer
(1.0.2)
»
Index (S)
»
String
Class: String
Inherits:
Object
Object
String
show all
Defined in:
lib/ext/string.rb
Instance Method Summary
collapse
#
clean
⇒ Object
Instance Method Details
#
clean
⇒
Object
2 3 4
# File 'lib/ext/string.rb', line 2
def
clean
gsub
(
/
^:
/
,
'
'
)
end