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.



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

def initialize
  yield
end

Instance Method Details

#joinObject



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

def join
end