class WWW::Mechanize::FileResponse

def directory?

def directory?
  ::File.directory?(@file_path)
end