Adds ruby frozen_string_literal comment to profiling bins

This commit is contained in:
erwanlr
2019-03-24 19:57:59 +00:00
parent f9435906e7
commit 2edeab558e
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby
# frozen_string_literal: true
require 'memory_profiler' # https://github.com/SamSaffron/memory_profiler require 'memory_profiler' # https://github.com/SamSaffron/memory_profiler
require 'wpscan' require 'wpscan'

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby
# frozen_string_literal: true
require 'stackprof' # https://github.com/tmm1/stackprof require 'stackprof' # https://github.com/tmm1/stackprof
require 'wpscan' require 'wpscan'