Method: Sym::App::PrivateKey::Detector#read

Defined in:
lib/sym/app/private_key/detector.rb

#readObject



17
18
19
20
# File 'lib/sym/app/private_key/detector.rb', line 17

def read
  return key if key
  self.key, self.key_source = read!
end