CSSPool::Node
# File lib/csspool/css/rule_set.rb, line 8 def initialize selectors, declarations = [], media = [] @selectors = selectors @declarations = declarations @media = media selectors.each { |sel| sel.rule_set = self } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.