Sha256: 912c4e975ba6782e3f691f5db8a4c120d79b22441a455838f78520f5c0872d8e

Contents?: true

Size: 312 Bytes

Versions: 9

Compression:

Stored size: 312 Bytes

Contents

# frozen_string_literal: true

require 'mountfs'

module Getch
  module FileSystem
    module Ext4
      module Minimal
        class Mount
          def initialize
            x
          end

          def x
            MountFs::Minimal.new(DEVS, OPTIONS)
          end
        end
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
getch-0.11.0 lib/getch/filesystem/ext4/minimal/mount.rb
getch-0.7.3 lib/getch/filesystem/ext4/minimal/mount.rb
getch-0.7.0 lib/getch/filesystem/ext4/minimal/mount.rb
getch-0.5.0 lib/getch/filesystem/ext4/minimal/mount.rb
getch-0.3.6 lib/getch/filesystem/ext4/minimal/mount.rb
getch-0.3.5 lib/getch/filesystem/ext4/minimal/mount.rb
getch-0.3.4 lib/getch/filesystem/ext4/minimal/mount.rb
getch-0.3.3 lib/getch/filesystem/ext4/minimal/mount.rb
getch-0.3.0 lib/getch/filesystem/ext4/minimal/mount.rb