Class: Yass::Declarations::Quotes
- Inherits:
-
Object
- Object
- Yass::Declarations::Quotes
show all
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Defined Under Namespace
Classes: Auto, None, QuoteList, QuotePair
Constant Summary
collapse
- RUBY_METHODS =
%i(kind value).freeze
Instance Method Summary
collapse
Methods included from Node
#to_h
Instance Method Details
#accept(visitor) ⇒ Object
6308
6309
6310
|
# File 'lib/yass/declarations.rb', line 6308
def accept(visitor)
visitor.visit_declaration_quotes(self)
end
|
#kind ⇒ Object
6312
6313
6314
|
# File 'lib/yass/declarations.rb', line 6312
def kind
:quotes
end
|