Class: Yass::Declarations::Quotes::QuoteList

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

Constant Summary collapse

RUBY_METHODS =
%i(kind values).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



6349
6350
6351
# File 'lib/yass/declarations.rb', line 6349

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

#kindObject



6353
6354
6355
# File 'lib/yass/declarations.rb', line 6353

def kind
  :quote_list
end