30 31 32 33 34 35 36
# File 'lib/hustle_and_flow/binary/runner.rb', line 30 def start symbolized_options = options.each_with_object({}) do |value, memo| memo[value[0].to_sym] = value[1] end Commands::Start.new(io: HustleAndFlow::Io::Shell.new, **symbolized_options).call end