Sha256: 8f227fc69d2e3f5bb3c6294c6aea58b029b7ae40ef93c32b333b14caa115e873
Contents?: true
Size: 241 Bytes
Versions: 94
Compression:
Stored size: 241 Bytes
Contents
module Steep module AST class TypeParams attr_reader :location attr_reader :variables def initialize(location: nil, variables:) @location = location @variables = variables end end end end
Version data entries
94 entries across 94 versions & 1 rubygems