dotfiles/.vim/template/ruby/snip-pit.rb

8 lines
182 B
Ruby
Raw Normal View History

2012-02-13 19:19:04 +00:00
require "pit"
config = Pit.get("{{_input_:domain}}", :require => {
"username" => "username of {{_input_:domain}}",
"password" => "password of {{_input_:domain}}",
})
{{_cursor_}}