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