Class: Bases::Top
- Inherits:
-
Object
- Object
- Bases::Top
- Includes:
- SyntaxTree::RBS::Entrypoints
- Defined in:
- lib/syntax_tree/rbs/entrypoints.rb
Overview
top
Instance Method Summary collapse
Methods included from SyntaxTree::RBS::Entrypoints
Instance Method Details
#accept(visitor) ⇒ Object
270 271 272 |
# File 'lib/syntax_tree/rbs/entrypoints.rb', line 270 def accept(visitor) visitor.visit_top_type(self) end |