# File lib/yard/serializers/file_system_serializer.rb, line 69 def exists?(object) File.exist?(File.join(basepath, serialized_path(object))) end