# File lib/facter/core/execution/posix.rb, line 26
  def absolute_path?(path)
    !! (path =~ ABSOLUTE_PATH_REGEX)
  end