Class: Sass::Script::Value::ArgList

Inherits:
List
  • Object
show all
Defined in:
lib/compass/core/sass_extensions/monkey_patches/browser_support.rb

Constant Summary

Constants inherited from Base

Base::NO_CHILDREN

Instance Method Summary collapse

Methods inherited from Base

#opts

Instance Method Details

#childrenObject



24
25
26
# File 'lib/compass/core/sass_extensions/monkey_patches/browser_support.rb', line 24

def children
  super + @keywords.values
end