class Ecu

def ==(other)

def ==(other)
  self.to_s == other.to_s
end