It means that RAILS_ROOT == 'script/../config/../config/..'
It also implies that the current directory is almost certainly the same as RAILS_ROOT because '..' means the parent directory so any 'foo/..' means the foo subdirectory's parrent -- the current directory. You can generally remove such constructs (there are some oddities that can happen with symbolic links that you can likely ignore in this case).