Class: RBS::Types::ClassInstance

Inherits:
Object
  • Object
show all
Includes:
SyntaxTree::RBS::Entrypoints
Defined in:
lib/syntax_tree/rbs/entrypoints.rb

Overview

Foo

Instance Method Summary collapse

Methods included from SyntaxTree::RBS::Entrypoints

#format, #pretty_print

Instance Method Details

#accept(visitor) ⇒ Object



288
289
290
# File 'lib/syntax_tree/rbs/entrypoints.rb', line 288

def accept(visitor)
  visitor.visit_class_instance_type(self)
end