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