# File lib/rudy/metadata.rb, line 225 225: def ==(other) 226: return false unless other === self.class 227: self.name == other.name 228: end