Method: Vpim::Repo::Directory#initialize
- Defined in:
- lib/vpim/repo.rb
#initialize(where = ".") ⇒ Directory
Returns a new instance of Directory.
168 169 170 |
# File 'lib/vpim/repo.rb', line 168 def initialize(where = ".") @where = where.to_str end |