# File lib/facter/util/partitions.rb, line 38 def self.available? !self.list.empty? end
# File lib/facter/util/partitions.rb, line 34 def self.filesystem(partition) implementation.filesystem(partition) end
# File lib/facter/util/partitions.rb, line 14 def self.implementation IMPLEMENTATIONS[Facter.fact(:kernel).value] || NoImplementation end
# File lib/facter/util/partitions.rb, line 18 def self.list implementation.list end
# File lib/facter/util/partitions.rb, line 30 def self.mount(partition) implementation.mount(partition) end
Generated with the Darkfish Rdoc Generator 2.