Class: Yass::Declarations::Content::Item::Counters

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

Constant Summary collapse

RUBY_METHODS =
%i(kind separator style).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



3196
3197
3198
# File 'lib/yass/declarations.rb', line 3196

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

#kindObject



3200
3201
3202
# File 'lib/yass/declarations.rb', line 3200

def kind
  :counters
end