Sha256: dd2a8be0bf95a6fb9669995ea8ca122ce014428784c77d797d472d35b462d528
Contents?: true
Size: 316 Bytes
Versions: 98
Compression:
Stored size: 316 Bytes
Contents
class KuberKit::EnvFileReader::ActionHandler include KuberKit::Import[ "env_file_reader.reader", "core.env_file_store", ] Contract KuberKit::Shell::AbstractShell, Symbol => Any def call(shell, env_file_name) env_file = env_file_store.get(env_file_name) reader.read(shell, env_file) end end
Version data entries
98 entries across 98 versions & 1 rubygems