Sha256: 54d17d9ea7d806c666fe8d043e3ad076304df88e12e4c34b8a84aafae0d7e1b5

Contents?: true

Size: 321 Bytes

Versions: 9

Compression:

Stored size: 321 Bytes

Contents

# frozen_string_literal: true

require 'mkfs'

module Getch
  module FileSystem
    module Zfs
      module Minimal
        class Format
          def initialize
            x
          end

          private

          def x
            Mkfs::Zfs.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/zfs/minimal/format.rb
getch-0.7.3 lib/getch/filesystem/zfs/minimal/format.rb
getch-0.7.0 lib/getch/filesystem/zfs/minimal/format.rb
getch-0.5.0 lib/getch/filesystem/zfs/minimal/format.rb
getch-0.3.6 lib/getch/filesystem/zfs/minimal/format.rb
getch-0.3.5 lib/getch/filesystem/zfs/minimal/format.rb
getch-0.3.4 lib/getch/filesystem/zfs/minimal/format.rb
getch-0.3.3 lib/getch/filesystem/zfs/minimal/format.rb
getch-0.3.0 lib/getch/filesystem/zfs/minimal/format.rb