Files
dotfiles/.emacs.d/snippets/chef-mode/env
2017-12-21 17:29:29 +01:00

7 lines
105 B
Plaintext

# -*- mode: snippet -*-
# name: env
# key: env
# --
env "${1:RAILS_ENV}" do
value "${2:production}"
end