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