Method: Sass::Script::Tree::Node#opts

Defined in:
lib/sass/script/tree/node.rb

#opts(value) ⇒ Sass::Script::Value (protected)

Sets the #options field on the given value and returns it.

Parameters:

Returns:



114
115
116
117
# File 'lib/sass/script/tree/node.rb', line 114

def opts(value)
  value.options = options
  value
end