# File lib/asciidoctor.rb, line 1575
  def convert_file filename, options = {}
    self.convert ::File.new(filename || ''), options
  end