# File lib/deltacloud/core_ext/string.rb, line 39
def
singularize
self
.
gsub
(
/s$/
,
''
)
end