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