Sha256: 0a7c6214aaa64903acea1f85b9bb9969af1944fb3b0c0de1868b104d03ef46d9
Contents?: true
Size: 204 Bytes
Versions: 14
Compression:
Stored size: 204 Bytes
Contents
# frozen_string_literal: true module PlatformosCheck module LanguageServer module VariableLookupFinder class PotentialLookup < Struct.new(:name, :lookups, :scope) end end end end
Version data entries
14 entries across 14 versions & 1 rubygems