instance method const_missing

Ruby on Rails 7.2.3

Since v7.0.10 Private

Available in: v7.0.10 v7.1.6 v7.2.3 v8.0.4 v8.1.2

Signature

const_missing(name)

No documentation comment.

Parameters

name req
Source
# File activesupport/lib/active_support/core_ext/enumerable.rb, line 7
        def const_missing(name)
          if name == :SoleItemExpectedError
            ::ActiveSupport::EnumerableCoreExt::SoleItemExpectedError
          else
            super
          end
        end

Defined in activesupport/lib/active_support/core_ext/enumerable.rb line 7 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveSupport::EnumerableCoreExt::Constants

Type at least 2 characters to search.

↑↓ navigate · open · esc close