Sha256: 1c462ac45b3c18f9833ef161041781adfca9f841c3e17b821abb0603529a056c

Contents?: true

Size: 319 Bytes

Versions: 9

Compression:

Stored size: 319 Bytes

Contents

# frozen_string_literal: true

require 'sgdisk'

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

          private

          def x
            Sgdisk::Zfs.new(DEVS)
          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/partition.rb
getch-0.7.3 lib/getch/filesystem/zfs/minimal/partition.rb
getch-0.7.0 lib/getch/filesystem/zfs/minimal/partition.rb
getch-0.5.0 lib/getch/filesystem/zfs/minimal/partition.rb
getch-0.3.6 lib/getch/filesystem/zfs/minimal/partition.rb
getch-0.3.5 lib/getch/filesystem/zfs/minimal/partition.rb
getch-0.3.4 lib/getch/filesystem/zfs/minimal/partition.rb
getch-0.3.3 lib/getch/filesystem/zfs/minimal/partition.rb
getch-0.3.0 lib/getch/filesystem/zfs/minimal/partition.rb