# File lib/backports/rails/string.rb, line 24
def
dasherize
gsub
(
/_/
,
'-'
)
end