Class: Sass::Tree::FunctionNode

Inherits:
Object
  • Object
show all
Defined in:
lib/scss_lint/sass/tree.rb

Instance Method Summary collapse

Instance Method Details

#childrenObject



98
99
100
101
102
# File 'lib/scss_lint/sass/tree.rb', line 98

def children
  add_line_numbers_to_args(args)

  concat_expr_lists super, args, splat
end