Method: ActiveModel::Errors#inspect

Defined in:
activemodel/lib/active_model/errors.rb

#inspectObject

:nodoc:



483
484
485
486
487
# File 'activemodel/lib/active_model/errors.rb', line 483

def inspect # :nodoc:
  inspection = @errors.inspect

  "#<#{self.class.name} #{inspection}>"
end