Method: Translatomatic::String#==

Defined in:
lib/translatomatic/string.rb

#==(other) ⇒ boolean

Returns true if other is a Translatomatic::String with the same value and locale.

Returns:



98
99
100
# File 'lib/translatomatic/string.rb', line 98

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