Class: Yass::Selector::NonTsPseudoClass

Inherits:
Object
  • Object
show all
Includes:
Node
Defined in:
lib/yass/selectors.rb

Constant Summary collapse

RUBY_METHODS =
%i(kind type value).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



218
219
220
# File 'lib/yass/selectors.rb', line 218

def accept(visitor)
  visitor.visit_selector_non_ts_pseudo_class(self)
end

#kindObject



222
223
224
# File 'lib/yass/selectors.rb', line 222

def kind
  :non_ts_pseudo_class
end