Class: MGit::FetchCommand::NullThread

Inherits:
Object
  • Object
show all
Defined in:
lib/mgit/commands/fetch.rb

Instance Method Summary collapse

Constructor Details

#initializeNullThread

Returns a new instance of NullThread.



54
55
56
# File 'lib/mgit/commands/fetch.rb', line 54

def initialize
  yield
end

Instance Method Details

#joinObject



58
59
# File 'lib/mgit/commands/fetch.rb', line 58

def join
end