Class: Keylime::StubKeychainSegment
- Inherits:
-
Object
- Object
- Keylime::StubKeychainSegment
- Defined in:
- lib/keylime/credential.rb
Overview
Stub segment for if keylime is running on a non-Mac
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
81 |
# File 'lib/keylime/credential.rb', line 81 def create() end |
#where(_) ⇒ Object
77 78 79 |
# File 'lib/keylime/credential.rb', line 77 def where(_) [] end |