Class: MonoGitProject

Inherits:
Object
  • Object
show all
Defined in:
lib/mono/base.rb

Class Method Summary collapse

Class Method Details

.open(name, &block) ⇒ Object



79
80
81
82
# File 'lib/mono/base.rb', line 79

def self.open( name, &block )
  path = MonoFile.expand_path( name )
  Gitti::GitProject.open( path, &block )
end