Sha256: 52e27786919087da5e46ec5c1d9b4026b17c11986ca42b4639e48b968426d87c
Contents?: true
Size: 246 Bytes
Versions: 1
Compression:
Stored size: 246 Bytes
Contents
module PGit class CurrentProject class Validator def initialize(matching_projects) if matching_projects.length == 0 raise PGit::CurrentProject::NoPathsMatchWorkingDirError.new end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pgit-0.0.4 | lib/pgit/current_project/validator.rb |