Source: show
# File rails/actionwebservice/test/abstract_dispatcher.rb, line 39 def ==(other) self.id == other.id && self.name == other.name end