22 23 24
# File 'lib/chef/monkey_patches/file.rb', line 22 def self.realpath(path) Pathname.new(path).realpath.to_s end