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