# File lib/inflecto.rb, line 81
def
self
.
demodulize
(
input
)
input
.
to_s
.
gsub
(
/^.*::/
,
''
)
end