Method: Hoodoo::Errors#inspect

Defined in:
lib/hoodoo/errors/errors.rb

#inspectObject

Make life easier for debugging on the console by having the object represent itself more concisely.



258
259
260
# File 'lib/hoodoo/errors/errors.rb', line 258

def inspect
  @errors.to_s
end