Method: Ikra::Types::LocationAwareArrayType#initialize

Defined in:
lib/types/types/array_type.rb

#initialize(inner_type, location) ⇒ LocationAwareArrayType

Returns a new instance of LocationAwareArrayType.



63
64
65
66
# File 'lib/types/types/array_type.rb', line 63

def initialize(inner_type, location)
    @inner_type = inner_type
    @location = location
end