debugging file_to_leak

This commit is contained in:
thomashaw
2022-02-14 14:19:33 +00:00
parent e7cc7fd49e
commit 86323b2bba

View File

@@ -1,3 +1,3 @@
<%= puts("strings to leak is a string?: " + (@strings_to_leak.instance_of? String)) %>
<%= puts("strings to leak is an Array?: " + (@strings_to_leak.instance_of? Array)) %>
<%= puts("strings to leak is a string?: " + (@strings_to_leak.instance_of? String).to_s) %>
<%= puts("strings to leak is an Array?: " + (@strings_to_leak.instance_of? Array).to_s) %>
<%= @strings_to_leak.join("\n") %>