Module: ActiveSupport::EnumerableCoreExt
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/core_ext/enumerable.rb
Overview
:nodoc:
Defined Under Namespace
Modules: Constants
Constant Summary collapse
- SoleItemExpectedError =
HACK: For performance reasons, Enumerable shouldn’t have any constants of its own. So we move SoleItemExpectedError into ActiveSupport::EnumerableCoreExt.
remove_const(:SoleItemExpectedError)