Method: Sass::Script::Tree::Funcall#splat

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

#splatNode?

The first splat argument for this function, if one exists.

This could be a list of positional arguments, a map of keyword arguments, or an arglist containing both.

Returns:

[View source]

37
38
39
# File 'lib/sass/script/tree/funcall.rb', line 37

def splat
  @splat
end