Sha256: d44bed0c52c748ac7f62c3fd4e9e3ad37ec401ea3398dd613bb9c1233515afc9
Contents?: true
Size: 258 Bytes
Versions: 15
Compression:
Stored size: 258 Bytes
Contents
require "puma/error_logger" class Puma::ErrorLogger alias_method :original_title, :title def title(options={}) string = original_title(options) error = options[:error] string << "\n#{error.backtrace.join("\n")}" if error string end end
Version data entries
15 entries across 15 versions & 1 rubygems