3 4 5
# File 'lib/porth/unknown_format_error.rb', line 3 def message 'Unknown format. Supported formats are ' + Handler.formats.keys.join(', ') end