Sha256: 6dc5bce7e7580878bf8f7356cf1693a9e8f9720598cefd9042ec6b1293be9caa

Contents?: true

Size: 338 Bytes

Versions: 2

Compression:

Stored size: 338 Bytes

Contents

<% filtered_env = @request.filtered_env -%>
<% max = filtered_env.keys.map(&:to_s).max { |a, b| a.length <=> b.length } -%>
<% filtered_env.keys.map(&:to_s).sort.each do |key| -%>
* <%= raw("%-*s: %s" % [max.length, key, inspect_object(filtered_env[key])]) %>
<% end -%>

* Process: <%= raw $$ %>
* Server : <%= raw Socket.gethostname %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
exception_notification-4.0.0 lib/exception_notifier/views/exception_notifier/_environment.text.erb
exception_notification-4.0.0.rc1 lib/exception_notifier/views/exception_notifier/_environment.text.erb