Method: ShellHelpers::PathnameExt::Base#bad_symlink?

Defined in:
lib/shell_helpers/pathname.rb

#bad_symlink?Boolean

Returns:

  • (Boolean)


314
315
316
# File 'lib/shell_helpers/pathname.rb', line 314

def bad_symlink?
  symlink? and !dereference.exist?
end