Sha256: c73fc341f17289e9b37e2b788e56a09b88b4870caa7f478a3198395da253267d
Contents?: true
Size: 525 Bytes
Versions: 8
Compression:
Stored size: 525 Bytes
Contents
module Munge module Cli module Commands class Update include Thor::Base include Thor::Actions def self.source_root File.expand_path("../../../../../seeds", __FILE__) end def initialize(_bootloader, path) self.options = {} self.destination_root = File.expand_path(path) end def call directory("lib", File.expand_path("lib", destination_root)) copy_file("setup.rb") end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems