Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 231 Bytes

README.rdoc

File metadata and controls

11 lines (7 loc) · 231 Bytes

Ruby Keychain Services

Ruby bindings for OS X Keychain Services API

Usage

require 'keychain'

item = Keychain.items.find { |item| item.label =~ /twitter/ }
item.account  # => "joshpeek"
item.password # => "secret"