You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On ruby-2.4.2 I observed that the Pathname was undefined within the SftpClient class.
I also observed that it IS defined when the tests are run. I couldn't figure out the discrepancy between the two situations. But I did observe that requiring pathname solved my issue.
The text was updated successfully, but these errors were encountered:
I created a PR for this: #8
On ruby-2.4.2 I observed that the Pathname was undefined within the SftpClient class.
I also observed that it IS defined when the tests are run. I couldn't figure out the discrepancy between the two situations. But I did observe that requiring pathname solved my issue.
The text was updated successfully, but these errors were encountered: