class Sass::Tree::ForNode

Public Instance Methods

children() click to toggle source
Calls superclass method
# File lib/scss_lint/sass/tree.rb, line 83
def children
  concat_expr_lists super, create_variable(var), from, to
end