Method: AllegroGraph::Repository#==

Defined in:
lib/allegro_graph/repository.rb

#==(other) ⇒ Object



19
20
21
# File 'lib/allegro_graph/repository.rb', line 19

def ==(other)
  other.is_a?(self.class) && self.catalog == other.catalog && self.name == other.name
end