module S3Repo

This module provides a simple library for Archlinux repos in S3

Define version

Constants

VERSION

Public Class Methods

new(*args) click to toggle source

Insert a helper .new() method for creating a new Repo object

# File lib/s3repo.rb, line 8
def new(*args)
  self::Repo.new(*args)
end