Sha256: ea5fc20ea6d169abc9a6b92cbf2e43875cc4102f2c9b17bdd278c82b1e22c512
Contents?: true
Size: 294 Bytes
Versions: 4
Compression:
Stored size: 294 Bytes
Contents
<% max = @request.env.keys.max { |a,b| a.length <=> b.length } -%> <% @request.env.keys.sort.each do |key| -%> * <%= "%*-s: %s" % [max.length, key, filter_sensitive_post_data_from_env(key, @request.env[key].to_s.strip)] %> <% end -%> * Process: <%= $$ %> * Server : <%= `hostname -s`.chomp %>
Version data entries
4 entries across 4 versions & 2 rubygems