Method: Steep::AST::Types::Tuple#initialize

Defined in:
lib/steep/ast/types/tuple.rb

#initialize(types:, location: nil) ⇒ Tuple

Returns a new instance of Tuple.



8
9
10
11
# File 'lib/steep/ast/types/tuple.rb', line 8

def initialize(types:, location: nil)
  @types = types
  @location = location
end