Method: Vpim::Repo::Apple3#initialize
- Defined in:
- lib/vpim/repo.rb
#initialize(where = "~/Library/Calendars") ⇒ Apple3
Returns a new instance of Apple3.
97 98 99 |
# File 'lib/vpim/repo.rb', line 97 def initialize(where = "~/Library/Calendars") @where = where.to_str end |