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.2".freeze

Instance Method Summary collapse

Instance Method Details

#run(args) ⇒ Object



11
12
13
# File 'lib/relinker.rb', line 11

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

#run_threaded(_args) ⇒ Object

Raises:

  • (NotImplementedError)


15
16
17
# File 'lib/relinker.rb', line 15

def run_threaded(_args)
  raise NotImplementedError
end