Sha256: c97654e1be73ba84b6bbb30adf2809e1d16364d4d19a3b1582df22305a49bbbb
Contents?: true
Size: 208 Bytes
Versions: 11
Compression:
Stored size: 208 Bytes
Contents
module GKEAuthPluginRb def self.executable @executable ||= begin pattern = File.expand_path(File.join('..', 'vendor', 'gke-auth-plugin*'), __dir__) Dir.glob(pattern).first end end end
Version data entries
11 entries across 11 versions & 1 rubygems