Class: Yass::StyleQuery::Operation
- Inherits:
-
Object
- Object
- Yass::StyleQuery::Operation
- Includes:
- Node
- Defined in:
- lib/yass/rules.rb
Constant Summary collapse
- RUBY_METHODS =
%i(kind operator style_query).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
52 53 54 |
# File 'lib/yass/rules.rb', line 52 def accept(visitor) visitor.visit_style_query_operation(self) end |
#kind ⇒ Object
56 57 58 |
# File 'lib/yass/rules.rb', line 56 def kind :operation end |