Manuel Gomes
Results
1
issues of
Manuel Gomes
Current Problem -------------------------------------------------------------------------------- Given an external "black box" library call that follows the pattern of calling an optional block to report progress `result = lib_obj.do_big_slow_thing(params) { |progress| do_something_with_progress(progress) }` and...