Module: ActiveSupport::EnumerableCoreExt

Defined in:
activesupport/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)