Sha256: dff00d31a563d20b42df4ddb522cccb4edd1c695493acd226e53a1fa5b74f1a3
Contents?: true
Size: 308 Bytes
Versions: 26
Compression:
Stored size: 308 Bytes
Contents
class Kubes::Compiler class Strategy def initialize(options={}) @options = options @path = options[:path] end def compile result = Dispatcher.new(@options.merge(path: @path)).dispatch result.decorate!(:pre) # compile pre phase decoration result end end end
Version data entries
26 entries across 26 versions & 1 rubygems