# File lib/facter/util/partitions/openbsd.rb, line 18
    def self.size(partition)
      scan_df(/\/dev\/#{partition}\s+(\S+)/)
    end