# File lib/facter/util/partitions.rb, line 44 def self.available? !self.list.empty? end
# File lib/facter/util/partitions.rb, line 36 def self.filesystem(partition) implementation.filesystem(partition) end
# File lib/facter/util/partitions.rb, line 16 def self.implementation IMPLEMENTATIONS[Facter.fact(:kernel).value] || NoImplementation end
# File lib/facter/util/partitions.rb, line 40 def self.label(partition) implementation.label(partition) end
# File lib/facter/util/partitions.rb, line 20 def self.list implementation.list end
# File lib/facter/util/partitions.rb, line 32 def self.mount(partition) implementation.mount(partition) end
Generated with the Darkfish Rdoc Generator 2.