class SassC::Script::Value
def options
Raises SassC::SyntaxError if the value was created
Returns the options hash for this node.
def options return @options if @options raise SassC::SyntaxError.new("The #options attribute is not set on this #{self.class}. This error is probably occurring because #to_s was called on this value within a custom Sass function without first setting the #options attribute.") end