class KuberKit::EnvFileReader::Strategies::Abstract

Public Instance Methods

read(shell, env_file) click to toggle source
# File lib/kuber_kit/env_file_reader/strategies/abstract.rb, line 2
def read(shell, env_file)
  raise KuberKit::NotImplementedError, "must be implemented"
end