class MGit::FetchCommand::NullThread

Public Class Methods

new() { || ... } click to toggle source
# File lib/mgit/commands/fetch.rb, line 54
def initialize
  yield
end

Public Instance Methods

join() click to toggle source
# File lib/mgit/commands/fetch.rb, line 58
def join
end