Module: ActiveSupport::EnumerableCoreExt::Constants
Instance Method Summary
- #const_missing(name) private
Instance Method Details
#const_missing(name) (private)
[ GitHub ]# 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