Method: RBI::Type::Proc#initialize

Defined in:
lib/rbi/type.rb

#initializeProc

: -> void



678
679
680
681
682
683
# File 'lib/rbi/type.rb', line 678

def initialize
  super
  @proc_params = {} #: Hash[Symbol, Type]
  @proc_returns = Type.void #: Type
  @proc_bind = nil #: Type?
end