Class: Dommy::Internal::CSS::Parser::SupportsRule
- Inherits:
-
Struct
- Object
- Struct
- Dommy::Internal::CSS::Parser::SupportsRule
- Defined in:
- lib/dommy/internal/css/parser.rb
Overview
evaluates true (Supports.match?).
Instance Attribute Summary collapse
-
#condition ⇒ Object
Returns the value of attribute condition.
-
#rules ⇒ Object
Returns the value of attribute rules.
Instance Method Summary collapse
Instance Attribute Details
#condition ⇒ Object
Returns the value of attribute condition
52 53 54 |
# File 'lib/dommy/internal/css/parser.rb', line 52 def condition @condition end |
#rules ⇒ Object
Returns the value of attribute rules
52 53 54 |
# File 'lib/dommy/internal/css/parser.rb', line 52 def rules @rules end |
Instance Method Details
#grouping? ⇒ Boolean
53 |
# File 'lib/dommy/internal/css/parser.rb', line 53 def grouping? = true |