Module: Relinker

Extended by:
Relinker
Included in:
Relinker
Defined in:
lib/relinker.rb,
lib/relinker/linker.rb,
lib/relinker/version.rb,
lib/relinker/discoverer.rb,
lib/relinker/application.rb

Defined Under Namespace

Classes: Application, Discoverer, Linker

Constant Summary collapse

VERSION =
"1.0.0".freeze

Instance Method Summary collapse

Instance Method Details

#run(args) ⇒ Object



9
10
11
# File 'lib/relinker.rb', line 9

def run(args)
  Application.new(args[0]).run
end

#run_threaded(_args) ⇒ Object

Raises:

  • (NotImplementedError)


13
14
15
# File 'lib/relinker.rb', line 13

def run_threaded(_args)
  raise NotImplementedError
end