Class: Seahorse::Client::ManagedFile
- Inherits:
- 
      File
      
        - Object
- File
- Seahorse::Client::ManagedFile
 
- Defined in:
- lib/seahorse/client/managed_file.rb
Overview
This utility class is used to track files opened by Seahorse. This allows Seahorse to know what files it needs to close.
Instance Method Summary collapse
Instance Method Details
#open? ⇒ Boolean
| 10 11 12 | # File 'lib/seahorse/client/managed_file.rb', line 10 def open? !closed? end |