e.g. `#turnstile` calls `#solve` like so: ```ruby solve("turnstile", params) ``` but `#solve`'s signature is ```ruby def solve(method, file_path = nil, return_id: false, **params) ``` So `file_path` gets the params, and `params` is an empty Hash. Looks like this was caused by #8.
e.g.
#turnstilecalls#solvelike so:but
#solve's signature isSo
file_pathgets the params, andparamsis an empty Hash. Looks like this was caused by #8.