Extensions to Ruby's core Kernel module
Provides:
require "everythingrb/kernel" # Instead of: config.fetch(:key).then { |v| process(v) } # More expressive with morph: config.fetch(:key).morph { |v| process(v) }