Class: RBS::Types::Tuple
- Inherits:
-
Object
- Object
- RBS::Types::Tuple
- Includes:
- SyntaxTree::RBS::Entrypoints
- Defined in:
- lib/syntax_tree/rbs/entrypoints.rb
Overview
- foo, bar
Instance Method Summary collapse
Methods included from SyntaxTree::RBS::Entrypoints
Instance Method Details
#accept(visitor) ⇒ Object
369 370 371 |
# File 'lib/syntax_tree/rbs/entrypoints.rb', line 369 def accept(visitor) visitor.visit_tuple_type(self) end |