Method: IndexTank::Function#==

Defined in:
lib/indextank/function.rb

#==(other) ⇒ Object



38
39
40
41
42
# File 'lib/indextank/function.rb', line 38

def ==(other)
  self.uri == other.uri and
    self.index == other.index
    self.definition == other.definition
end