# File lib/rest.rb, line 7
  def XmlFile.include_dir= dir
    if !dir
      dir = ""
    end
    @@include_dir = dir
  end