# File lib/asciidoctor.rb, line 753 def self.load_file(filename, options = {}, &block) Asciidoctor.load(File.new(filename), options, &block) end