Method: Sass::Script::Tree::Funcall#name
- Defined in:
- lib/sass/script/tree/funcall.rb
permalink #name ⇒ String (readonly)
The name of the function.
14 15 16 |
# File 'lib/sass/script/tree/funcall.rb', line 14
def name
@name
end
|