# File lib/yard/code_objects/extra_file_object.rb, line 36 def ==(other) return false unless self.class === other other.filename == filename end