class File

Public Class Methods

absolute_path?(path) click to toggle source

NOTE: remove once minimum JRuby version is fully 2.7 compliant

# File lib/asciidoctor/pdf/ext/core/file.rb, line 5
def self.absolute_path? path
  (::Pathname.new path).absolute?
end