Class: Yass::Declarations::Content::CounterStyle::Symbols

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

Constant Summary collapse

RUBY_METHODS =
%i(kind symbols).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



3240
3241
3242
# File 'lib/yass/declarations.rb', line 3240

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

#kindObject



3244
3245
3246
# File 'lib/yass/declarations.rb', line 3244

def kind
  :symbols
end