module Keylime
Keylime
, a simple tool for interacting with OSX's keychain
Constants
- ENABLED
Public Class Methods
new(*args)
click to toggle source
# File lib/keylime.rb, line 5 def new(*args) self::Credential.new(*args) end