Method: Steep::TypeName::Class#initialize

Defined in:
lib/steep/type_name.rb

#initialize(name:, constructor:) ⇒ Class



51
52
53
54
# File 'lib/steep/type_name.rb', line 51

def initialize(name:, constructor:)
  super(name: name)
  @constructor = constructor
end