File: tar.rb

package info (click to toggle)
ruby-puppet-forge 5.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,196 kB
  • sloc: ruby: 2,397; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10

module PuppetForge
  class Tar
    require 'puppet_forge/tar/mini'

    def self.instance
      Mini.new
    end
  end
end