Method: Steep::AST::TypeParams#initialize

Defined in:
lib/steep/ast/type_params.rb

#initialize(location: nil, variables:) ⇒ TypeParams

Returns a new instance of TypeParams.



7
8
9
10
# File 'lib/steep/ast/type_params.rb', line 7

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