Class: Dommy::Internal::SelectorAST::UniversalSelector
- Inherits:
-
Struct
- Object
- Struct
- Dommy::Internal::SelectorAST::UniversalSelector
- Defined in:
- lib/dommy/internal/selector_ast.rb
Instance Attribute Summary collapse
-
#namespace ⇒ Object
Returns the value of attribute namespace.
Instance Method Summary collapse
Instance Attribute Details
#namespace ⇒ Object
Returns the value of attribute namespace
74 75 76 |
# File 'lib/dommy/internal/selector_ast.rb', line 74 def namespace @namespace end |
Instance Method Details
#specificity ⇒ Object
75 |
# File 'lib/dommy/internal/selector_ast.rb', line 75 def specificity = ZERO |