Sha256: e2e34f0569d4500681e0ca6439b091f47e743b6f2d694fdf7807319039e73fd5

Contents?: true

Size: 314 Bytes

Versions: 190

Compression:

Stored size: 314 Bytes

Contents

# frozen_string_literal: true

module Seahorse
  module Client
    # This utility class is used to track files opened by Seahorse.
    # This allows Seahorse to know what files it needs to close.
    class ManagedFile < File

      # @return [Boolean]
      def open?
        !closed?
      end

    end
  end
end

Version data entries

190 entries across 190 versions & 1 rubygems

Version Path
aws-sdk-core-3.105.0 lib/seahorse/client/managed_file.rb
aws-sdk-core-3.104.4 lib/seahorse/client/managed_file.rb
aws-sdk-core-3.104.3 lib/seahorse/client/managed_file.rb
aws-sdk-core-3.104.2 lib/seahorse/client/managed_file.rb
aws-sdk-core-3.104.1 lib/seahorse/client/managed_file.rb
aws-sdk-core-3.104.0 lib/seahorse/client/managed_file.rb
aws-sdk-core-3.103.0 lib/seahorse/client/managed_file.rb
aws-sdk-core-3.102.1 lib/seahorse/client/managed_file.rb
aws-sdk-core-3.102.0 lib/seahorse/client/managed_file.rb
aws-sdk-core-3.101.0 lib/seahorse/client/managed_file.rb