Module: Puntfile
Constant Summary collapse
- SUPPORTED_PUNTFILES =
["puntfile.yml", "puntfile.yaml", "Puntfile.yml", "Puntfile.yaml", "puntfile", "Puntfile"]
Instance Method Summary collapse
Instance Method Details
#puntfile ⇒ Object
5 6 7 8 9 |
# File 'lib/punt/puntfile.rb', line 5 def puntfile load_puntfile return @@puntfile end |