Class: RBS::Types::ClassSingleton
- Inherits:
-
Object
- Object
- RBS::Types::ClassSingleton
- Includes:
- SyntaxTree::RBS::Entrypoints
- Defined in:
- lib/syntax_tree/rbs/entrypoints.rb
Overview
singleton(Foo)
Instance Method Summary collapse
Methods included from SyntaxTree::RBS::Entrypoints
Instance Method Details
#accept(visitor) ⇒ Object
297 298 299 |
# File 'lib/syntax_tree/rbs/entrypoints.rb', line 297 def accept(visitor) visitor.visit_class_singleton_type(self) end |