:nodoc:
Returns:
67 68 69
# File 'lib/origami/name.rb', line 67 def eql?(object) #:nodoc: object.is_a?(Name) and self.value.eql?(object.value) end