class Seahorse::Client::ManagedFile
This utility class is used to track files opened by Seahorse. This allows Seahorse to know what files it needs to close.
Public Instance Methods
open?()
click to toggle source
@return [Boolean]
# File lib/seahorse/client/managed_file.rb, line 8 def open? !closed? end