class Vpim::Repo::Apple3
An Apple iCal version 3 repository.
Public Class Methods
new(where = "~/Library/Calendars")
click to toggle source
# File lib/vpim/repo.rb, line 101 def initialize(where = "~/Library/Calendars") @where = where.to_str end