Here's a bug found. Your code did not work as wanted. The call
disk.make_public('/path/to/remote/dir/or/file')
Returned
{:public_url=>"HTTP/1.1 200 OK"}
Instead of the documented
{:public_url=>"https://yadi.sk/i/B98Qjxxx3S5QJ"}
Now it works correctly.
Here's a bug found. Your code did not work as wanted. The call
disk.make_public('/path/to/remote/dir/or/file')
Returned{:public_url=>"HTTP/1.1 200 OK"}
Instead of the documented{:public_url=>"https://yadi.sk/i/B98Qjxxx3S5QJ"}
Now it works correctly.