14 15 16 17
# File 'lib/igor/cli.rb', line 14 def igor(config_file='config.iu') config[:config_file] = config_file Igor.start(config) end