# File lib/org-ruby/line.rb, line 307
    def include_file_path
      File.expand_path $1 if @line =~ IncludeFileRegexp
    end