# File lib/sass/script/value/base.rb, line 41 def options return @options if @options 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 value within a custom Sass function without first\n setting the #options attribute.\n") end