Libraries
»
nfse_gyn
(0.3.0)
»
Index (S)
»
String
Class: String
Inherits:
Object
Object
String
show all
Defined in:
lib/nfse_gyn/extensions.rb
Instance Method Summary
collapse
#
squish
⇒ Object
Instance Method Details
#
squish
⇒
Object
20 21 22
# File 'lib/nfse_gyn/extensions.rb', line 20
def
squish
strip
.
gsub
(
/
\s+
/
,
'
'
)
end