Method: Sass::Script::Tree::Funcall#splat
- Defined in:
- lib/sass/script/tree/funcall.rb
permalink #splat ⇒ Node?
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.
37 38 39 |
# File 'lib/sass/script/tree/funcall.rb', line 37
def splat
@splat
end
|