Class: Yass::Declarations::Quotes::QuotePair
- Inherits:
-
Object
- Object
- Yass::Declarations::Quotes::QuotePair
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Constant Summary collapse
- RUBY_METHODS =
%i(closing kind opening).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
6363 6364 6365 |
# File 'lib/yass/declarations.rb', line 6363 def accept(visitor) visitor.visit_declaration_quotes_quote_pair(self) end |
#kind ⇒ Object
6367 6368 6369 |
# File 'lib/yass/declarations.rb', line 6367 def kind :quote_pair end |