# File lib/inflecto.rb, line 64
def
self
.
dasherize
(
input
)
input
.
gsub
(
/_/
,
'-'
)
end