# File lib/sass/script/value/string.rb, line 105
    def to_sass(opts = {})
      to_s(opts.merge(:sass => true))
    end