Class: RBS::TypeName
- Inherits:
-
Object
- Object
- RBS::TypeName
- Includes:
- SyntaxTree::RBS::Entrypoints
- Defined in:
- lib/syntax_tree/rbs/entrypoints.rb
Instance Method Summary collapse
Methods included from SyntaxTree::RBS::Entrypoints
Instance Method Details
#accept(visitor) ⇒ Object
40 41 42 |
# File 'lib/syntax_tree/rbs/entrypoints.rb', line 40 def accept(visitor) visitor.visit_type_name(self) end |