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
I think the newer version of Ruby does not support File.exists? any more, instead it use File.exist?
The error I got: "undefined method `exists?' for File:Class (NoMethodError)"
The text was updated successfully, but these errors were encountered:
git-smart/lib/git-smart/git_repo.rb
Line 23 in 3e0667c
I think the newer version of Ruby does not support
File.exists?
any more, instead it useFile.exist?
The error I got: "undefined method `exists?' for File:Class (NoMethodError)"
The text was updated successfully, but these errors were encountered: