Class: Yass::Selector::AttributeInNoNamespaceExists
- Inherits:
-
Object
- Object
- Yass::Selector::AttributeInNoNamespaceExists
- Includes:
- Node
- Defined in:
- lib/yass/selectors.rb
Constant Summary collapse
- RUBY_METHODS =
%i(kind).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
50 51 52 |
# File 'lib/yass/selectors.rb', line 50 def accept(visitor) visitor.visit_selector_attribute_in_no_namespace_exists(self) end |
#kind ⇒ Object
54 55 56 |
# File 'lib/yass/selectors.rb', line 54 def kind :attribute_in_no_namespace_exists end |