module Penumbra

Constants

VERSION

Public Class Methods

catalog(path) click to toggle source
# File lib/penumbra.rb, line 6
def self.catalog(path)
  Catalog.new(path)
end
index(path) click to toggle source
# File lib/penumbra.rb, line 10
def self.index(path)
  Index.new(path)
end