1 2 3 4
def user_path(path) pre = $user_remote_pictures_paths[digest(path, $user_remote_pictures_paths.length)] "#{pre}/#{path}" ...
Ruby Same function repeated but ...
It's ugly, yes..
1 2 3 4
def user_path(path) pre = $user_remote_pictures_paths[digest(path, $user_remote_pictures_paths.length)] "#{pre}/#{path}" ...
It's ugly, yes..
Sorry, that's my mistake. E...