Method: RBI::Type::Tuple#initialize

Defined in:
lib/rbi/type.rb

#initialize(types) ⇒ Tuple

: (Array types) -> void



336
337
338
339
# File 'lib/rbi/type.rb', line 336

def initialize(types)
  super()
  @types = types
end