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.



50
51
52
# File 'lib/mgit/commands/fetch.rb', line 50

def initialize
  yield
end

Instance Method Details

#joinObject



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

def join
end