Method: Sass::Tree::FunctionNode#splat
- Defined in:
- lib/sass/tree/function_node.rb
#splat ⇒ Script::Tree::Node?
The splat argument for this function, if one exists.
21 22 23 |
# File 'lib/sass/tree/function_node.rb', line 21
def splat
@splat
end
|