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