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