Method: Gitgo::Repo#scope
- Defined in:
- lib/gitgo/repo.rb
#scope ⇒ Object
Sets self as the current Repo for the duration of the block.
602 603 604 |
# File 'lib/gitgo/repo.rb', line 602 def scope Repo.with_env(REPO => self) { yield } end |