class CmdInit

Public Instance Methods

run(argv) click to toggle source
# File lib/punt/cmd/cmd_init.rb, line 7
def run(argv)
    copy_without_overwriting   src: ["init", "puntfile.yml"], dst: ["puntfile.yml"]
end