Class: Astrails::Safe::Gpg

Inherits:
Pipe show all
Defined in:
lib/astrails/safe/gpg.rb

Instance Method Summary collapse

Methods inherited from Pipe

#command, #filename

Methods inherited from Stream

#config, #filename, #id, #initialize

Constructor Details

This class inherits a constructor from Astrails::Safe::Stream

Instance Method Details

#compressed?Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/astrails/safe/gpg.rb', line 5

def compressed?
  active? || @parent.compressed?
end