module Relinker

Constants

VERSION

Public Instance Methods

run(args) click to toggle source
# File lib/relinker.rb, line 11
def run(args)
  Application.new(args[0]).run
end
run_threaded(_args) click to toggle source
# File lib/relinker.rb, line 15
def run_threaded(_args)
  raise NotImplementedError
end