Class: Yass::StyleQuery::Not
Constant Summary collapse
- RUBY_METHODS =
%i(kind style_query).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
38 39 40 |
# File 'lib/yass/rules.rb', line 38 def accept(visitor) visitor.visit_style_query_not(self) end |
#kind ⇒ Object
42 43 44 |
# File 'lib/yass/rules.rb', line 42 def kind :not end |