class Object

Constants

Errors2HTML

Public Instance Methods

inspect(*args, &block) click to toggle source
# File lib/rails_errors2html.rb, line 130
def inspect(*args, &block)
  to_hash.inspect(*args, &block)
end