Module: Rexer::Definition::ExtensionComparable

Defined in:
lib/rexer/definition.rb

Instance Method Summary collapse

Instance Method Details

#eql?(other) ⇒ Boolean



4
5
6
# File 'lib/rexer/definition.rb', line 4

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

#hashObject



8
9
10
# File 'lib/rexer/definition.rb', line 8

def hash
  name.hash
end