class File

Public Class Methods

realpath(path) click to toggle source
# File lib/chef/monkey_patches/file.rb, line 22
def self.realpath(path)
  Pathname.new(path).realpath.to_s
end