# File lib/sass/script/literal.rb, line 41 def options opts = super return opts if opts raise Sass::SyntaxError.new("The #options attribute is not set on this \#{self.class}.\n This error is probably occurring because #to_s was called\n on this literal within a custom Sass function without first\n setting the #option attribute.\n") end