class CssParser::OffsetAwareRuleSet
Attributes
the local or remote location
File offset range
Public Class Methods
Source
# File lib/css_parser/rule_set.rb, line 661 def initialize(filename, offset, selectors, block, specificity = nil) super(selectors, block, specificity) @offset = offset @filename = filename end
Calls superclass method
CssParser::RuleSet::new