class Bundler::Audit::Advisory

def ==(other)

Returns:
  • (Boolean) -

Parameters:
  • other (Advisory) --
def ==(other)
  id == other.id
end