class Kojo::Commands::CommandBase

Public Instance Methods

save(file, output) click to toggle source
# File lib/kojo/commands/command_base.rb, line 6
def save(file, output)
  File.deep_write file, output
  say "Saved #{file}"
end