# File lib/org-ruby/line.rb, line 311
    def include_file_options
      [$3, $4] if @line =~ IncludeFileRegexp and !$2.nil?
    end