# File lib/sass/script/tree/node.rb, line 99 def dasherize(s, opts) if opts[:dasherize] s.tr('_', '-') else s end end