class Vpim::Repo::Directory
Public Class Methods
new(where = ".")
click to toggle source
# File lib/vpim/repo.rb, line 172 def initialize(where = ".") @where = where.to_str end