Class: RBS::Types::Intersection
- Inherits:
-
Object
- Object
- RBS::Types::Intersection
- 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
324 325 326 |
# File 'lib/syntax_tree/rbs/entrypoints.rb', line 324 def accept(visitor) visitor.visit_intersection_type(self) end |