Class: RBS::Types::Proc
- Inherits:
-
Object
- Object
- RBS::Types::Proc
- Includes:
- SyntaxTree::RBS::Entrypoints
- Defined in:
- lib/syntax_tree/rbs/entrypoints.rb
Overview
^-> void
Instance Method Summary collapse
Methods included from SyntaxTree::RBS::Entrypoints
Instance Method Details
#accept(visitor) ⇒ Object
351 352 353 |
# File 'lib/syntax_tree/rbs/entrypoints.rb', line 351 def accept(visitor) visitor.visit_proc_type(self) end |