Method: Gitgo::Repo#initialize
- Defined in:
- lib/gitgo/repo.rb
#initialize(env = {}) ⇒ Repo
Initializes a new Repo with the specified env.
185 186 187 |
# File 'lib/gitgo/repo.rb', line 185 def initialize(env={}) @env = env end |
Initializes a new Repo with the specified env.
185 186 187 |
# File 'lib/gitgo/repo.rb', line 185 def initialize(env={}) @env = env end |