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.
50 51 52 |
# File 'lib/mgit/commands/fetch.rb', line 50 def initialize yield end |
Instance Method Details
#join ⇒ Object
54 55 |
# File 'lib/mgit/commands/fetch.rb', line 54 def join end |