Class: Kojo::Commands::CommandBase

Inherits:
MisterBin::Command
  • Object
show all
Defined in:
lib/kojo/commands/command_base.rb

Direct Known Subclasses

ConfigCmd, DirCmd, FileCmd, FormCmd, SingleCmd, ToJsonCmd

Instance Method Summary collapse

Instance Method Details

#save(file, output) ⇒ Object



6
7
8
9
# File 'lib/kojo/commands/command_base.rb', line 6

def save(file, output)
  File.deep_write file, output
  say "Saved #{file}"
end