Class: File

Inherits:
Object
  • Object
show all
Defined in:
lib/procfile_split.rb

Overview

:nodoc:

Class Method Summary collapse

Class Method Details

.realpath(path) ⇒ Object



3
4
5
6
# File 'lib/procfile_split.rb', line 3

def self.realpath path
  return realpath(File.readlink(path)) if symlink?(path)
  path
end