Module: LateKernel

Included in:
Kernel
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/builder-3.2.4/test/test_blankslate.rb

Overview

Methods to be introduced into the Kernel module late.

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.included(mod) ⇒ Object



35
36
37
38
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/builder-3.2.4/test/test_blankslate.rb', line 35

def LateKernel.included(mod)
  # Modules defining an included method should not prevent blank
  # slate erasure!
end

Instance Method Details

#late_kernelObject



32
33
34
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/builder-3.2.4/test/test_blankslate.rb', line 32

def late_kernel
  44
end