Sha256: a76732f1d407f08906deb8787aefbab7d00fc562809ff14db997ee9a08fb81b0

Contents?: true

Size: 175 Bytes

Versions: 5

Compression:

Stored size: 175 Bytes

Contents

module Getch
  module FileSystem
    module Ext4
      class Device < Getch::FileSystem::Device
        def initialize
          super
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
getch-0.1.6 lib/getch/filesystem/ext4/device.rb
getch-0.1.5 lib/getch/filesystem/ext4/device.rb
getch-0.1.3 lib/getch/filesystem/ext4/device.rb
getch-0.1.2 lib/getch/filesystem/ext4/device.rb
getch-0.1.1 lib/getch/filesystem/ext4/device.rb