module ManageIQ::CrossRepo

Constants

REPOS_DIR
VERSION

Public Class Methods

run(*args) click to toggle source
# File lib/manageiq/cross_repo.rb, line 10
def self.run(*args)
  Runner.new(*args).run
end