Skip to content

Instantly share code, notes, and snippets.

@glidenote
Created January 21, 2013 12:57
Show Gist options
  • Save glidenote/4585860 to your computer and use it in GitHub Desktop.
Save glidenote/4585860 to your computer and use it in GitHub Desktop.
---
bitbucket:
username: glidenote
password: !!hogemoge!!
#!/usr/bin/env ruby
# -*- coding: utf-8 -*-
require 'pit'
config = Pit.get("bitbucket")
p config['username']
p config['password']
@glidenote
Copy link
Author

"glidenote"
nil

になってしまう。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment