class File
Public Class Methods
absolute_path?(path)
click to toggle source
NOTE: remove once minimum required Ruby version is at least 2.7
# File lib/asciidoctor/pdf/ext/core/file.rb, line 5 def self.absolute_path? path (::Pathname.new path).absolute? end