Method: ShellHelpers::PathnameExt::Base#may_exist?

Defined in:
lib/shell_helpers/pathname.rb

#may_exist?Boolean

exist? returns false if called on a symlink pointing to a non existing file



97
98
99
# File 'lib/shell_helpers/pathname.rb', line 97

def may_exist?
  exist? or symlink?
end