Method: Elastictastic::Index#==

Defined in:
lib/elastictastic/index.rb

#==(other) ⇒ Object



19
20
21
# File 'lib/elastictastic/index.rb', line 19

def ==(other)
  name == other.name
end