Class: File

Inherits:
Object show all
Defined in:
lib/chef/monkey_patches/file.rb

Class Method Summary collapse

Class Method Details

.realpath(path) ⇒ Object



22
23
24
# File 'lib/chef/monkey_patches/file.rb', line 22

def self.realpath(path)
  Pathname.new(path).realpath.to_s
end