Module: Puntfile

Included in:
CmdDeploy, CmdRemote
Defined in:
lib/punt/puntfile.rb

Constant Summary collapse

SUPPORTED_PUNTFILES =
["puntfile.yml", "puntfile.yaml", "Puntfile.yml", "Puntfile.yaml", "puntfile", "Puntfile"]

Instance Method Summary collapse

Instance Method Details

#puntfileObject



5
6
7
8
9
# File 'lib/punt/puntfile.rb', line 5

def puntfile
    load_puntfile

    return @@puntfile
end