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
Any of the SugarUtils methods which accept filenames should accept the following:
String
Pathname
array of Strings which will be File.join'ed
multi-String parameters, which will be File.join'ed (where possible)
This should simplify the calls to SugarUtils methods.
Also consider implementing this functionality as a SugarUtils.ensure_pathname methods which can also be used outside the gem.
The text was updated successfully, but these errors were encountered:
Any of the SugarUtils methods which accept filenames should accept the following:
This should simplify the calls to SugarUtils methods.
Also consider implementing this functionality as a SugarUtils.ensure_pathname methods which can also be used outside the gem.
The text was updated successfully, but these errors were encountered: