Class: Yass::Selector::Where
- Inherits:
-
Object
- Object
- Yass::Selector::Where
- Includes:
- Node
- Defined in:
- lib/yass/selectors.rb
Constant Summary collapse
- RUBY_METHODS =
%i(kind selectors).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
302 303 304 |
# File 'lib/yass/selectors.rb', line 302 def accept(visitor) visitor.visit_selector_where(self) end |
#kind ⇒ Object
306 307 308 |
# File 'lib/yass/selectors.rb', line 306 def kind :where end |