Class: Bases::Self
- Inherits:
-
Object
- Object
- Bases::Self
- Includes:
- SyntaxTree::RBS::Entrypoints
- Defined in:
- lib/syntax_tree/rbs/entrypoints.rb
Overview
self
Instance Method Summary collapse
Methods included from SyntaxTree::RBS::Entrypoints
Instance Method Details
#accept(visitor) ⇒ Object
261 262 263 |
# File 'lib/syntax_tree/rbs/entrypoints.rb', line 261 def accept(visitor) visitor.visit_self_type(self) end |