opal/zeitwerk/kernel.rb in opal-zeitwerk-0.0.3 vs opal/zeitwerk/kernel.rb in opal-zeitwerk-0.0.4
- old
+ new
@@ -1,6 +1,4 @@
-# frozen_string_literal: true
-
module Kernel
module_function
# We cannot decorate with prepend + super because Kernel has already been
# included in Object, and changes in ancestors don't get propagated into