Commit b5fcc9f9 authored by Aleksei Lipniagov's avatar Aleksei Lipniagov

Fix rubocop offences

parent 6e9f0809
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
# only without `GC.compact` (still invoking 4 GC cycles). # only without `GC.compact` (still invoking 4 GC cycles).
# Refer to for details: https://github.com/puma/puma/blob/80274413b04fae77cac7a7fecab7d6e89204343b/lib/puma/util.rb#L27 # Refer to for details: https://github.com/puma/puma/blob/80274413b04fae77cac7a7fecab7d6e89204343b/lib/puma/util.rb#L27
# rubocop:disable Rails/Output
module NakayoshiForkCompacting module NakayoshiForkCompacting
module MonkeyPatch module MonkeyPatch
def compact def compact
...@@ -18,4 +19,3 @@ module NakayoshiForkCompacting ...@@ -18,4 +19,3 @@ module NakayoshiForkCompacting
end end
GC.singleton_class.prepend NakayoshiForkCompacting::MonkeyPatch GC.singleton_class.prepend NakayoshiForkCompacting::MonkeyPatch
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment