class KuberKit::TemplateReader::Strategies::Abstract
Public Instance Methods
read(shell, template)
click to toggle source
# File lib/kuber_kit/template_reader/strategies/abstract.rb, line 2 def read(shell, template) raise KuberKit::NotImplementedError, "must be implemented" end