# File lib/core_ext/file.rb, line 14
  def self.absolute_path?(path)
    false | path[ABSOLUTE_PATH_PATTERN]
  end