Class: ValidationErrorReporter::Formatter

Inherits:
Object
  • Object
show all
Defined in:
lib/validation_error_reporter/formatter.rb

Direct Known Subclasses

ProfileFormatter

Instance Method Summary collapse

Instance Method Details

#format(message) ⇒ Object



4
5
6
# File 'lib/validation_error_reporter/formatter.rb', line 4

def format(message)
  message
end