Method: Sym::EncryptedFile#read

Defined in:
lib/sym/encrypted_file.rb

#readObject



24
25
26
27
# File 'lib/sym/encrypted_file.rb', line 24

def read
  @content = application.execute! unless @content
  @content
end