Class: MGit::FetchCommand::NullThread
- Inherits:
-
Object
- Object
- MGit::FetchCommand::NullThread
- Defined in:
- lib/mgit/commands/fetch.rb
Instance Method Summary collapse
-
#initialize ⇒ NullThread
constructor
A new instance of NullThread.
- #join ⇒ Object
Constructor Details
#initialize ⇒ NullThread
Returns a new instance of NullThread.
53 54 55 |
# File 'lib/mgit/commands/fetch.rb', line 53 def initialize yield end |
Instance Method Details
#join ⇒ Object
57 58 |
# File 'lib/mgit/commands/fetch.rb', line 57 def join end |