Method: Foundry::Configurator#configure

Defined in:
lib/foundry/configurator.rb

#configure(opts) ⇒ Object



10
11
12
13
14
15
16
17
# File 'lib/foundry/configurator.rb', line 10

def configure(opts)
  with_opts(opts) do
    relative_path = opts.fetch(:relative_path)
    transmorg = transmorgify(relative_path)
    merged = mergify(transmorg)
    structify(merged)
  end
end