module MkRepo::Factory
Public Class Methods
build(remote, &blk)
click to toggle source
# File lib/mk_repo/client.rb, line 7 def self.build(remote, &blk) Client.new(remote, &blk) end
# File lib/mk_repo/client.rb, line 7 def self.build(remote, &blk) Client.new(remote, &blk) end