Method: Sass::Tree::FunctionNode#splat

Defined in:
lib/sass/tree/function_node.rb

#splatScript::Tree::Node?

The splat argument for this function, if one exists.

Returns:



21
22
23
# File 'lib/sass/tree/function_node.rb', line 21

def splat
  @splat
end