Method: Steep::TypeConstruction::BlockContext#initialize

Defined in:
lib/steep/type_construction.rb

#initialize(body_type:) ⇒ BlockContext

Returns a new instance of BlockContext.



30
31
32
# File 'lib/steep/type_construction.rb', line 30

def initialize(body_type:)
  @body_type = body_type
end