instance method
const_missing
Ruby on Rails 7.0.10
Since v7.0.10 PrivateSignature
const_missing(name)
No documentation comment.
Parameters
-
namereq
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