Adds ruby frozen_string_literal comment to profiling bins
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user