get_build

in lib/runner.rb [62:70]


    def get_build
      build_data = network.get_build
      if build_data
        run(build_data)
      else
        false
      end
    end