Method: Steep::TypeConstruction::BlockContext#initialize

Defined in:
lib/steep/type_construction.rb

#initialize(body_type:) ⇒ BlockContext

Returns a new instance of BlockContext.



66
67
68
# File 'lib/steep/type_construction.rb', line 66

def initialize(body_type:)
  @body_type = body_type
end