Module: Steep::AST::Types::SharedInstance

Included in:
Any, Boolean, Bot, Class, Instance, Logic::Base, Nil, Self, Top, Void
Defined in:
lib/steep/ast/types/shared_instance.rb

Instance Method Summary collapse

Instance Method Details

#instanceObject



5
6
7
# File 'lib/steep/ast/types/shared_instance.rb', line 5

def instance
  @instance ||= new
end