Closed ianfixes closed 1 year ago
Regarding code contributed by @jgfoster in #308
output = @backend.last_msg puts output i = output.index("leaving") free_space = output[i + 8..-1].to_i
We need to do the following:
Use more sophisticated logic to calculate free space remaining
Regarding code contributed by @jgfoster in #308
We need to do the following: