Class: RBS::Types::Interface
- Inherits:
-
Object
- Object
- RBS::Types::Interface
- Includes:
- SyntaxTree::RBS::Entrypoints
- Defined in:
- lib/syntax_tree/rbs/entrypoints.rb
Overview
_Foo
Instance Method Summary collapse
Methods included from SyntaxTree::RBS::Entrypoints
Instance Method Details
#accept(visitor) ⇒ Object
315 316 317 |
# File 'lib/syntax_tree/rbs/entrypoints.rb', line 315 def accept(visitor) visitor.visit_interface_type(self) end |