class Vpim::Repo

Public Class Methods

new(where) click to toggle source

Open a repository at location where.

# File lib/vpim/repo.rb, line 32
def initialize(where)
end

Public Instance Methods

each() { |calendar| ... } click to toggle source

Enumerate the calendars in the repository.

# File lib/vpim/repo.rb, line 36
def each #:yield: calendar
end