Method: I18nFlow::Validator::Error#==

Defined in:
lib/i18n_flow/validator/errors.rb

#==(other) ⇒ Object



11
12
13
14
# File 'lib/i18n_flow/validator/errors.rb', line 11

def ==(other)
  return false unless other.is_a?(self.class)
  data == other.data
end