From df55d28184dc3c5e2b62b1d8a1c742f3c3374e5a Mon Sep 17 00:00:00 2001 From: Stephen Pike Date: Mon, 4 Feb 2019 13:02:36 -0500 Subject: Add a link to where "inquiry" is defined in ActiveSupport docs [ci skip] --- guides/source/active_support_core_extensions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guides/source/active_support_core_extensions.md b/guides/source/active_support_core_extensions.md index 3db46bc42e..903f39994f 100644 --- a/guides/source/active_support_core_extensions.md +++ b/guides/source/active_support_core_extensions.md @@ -1201,6 +1201,8 @@ The `inquiry` method converts a string into a `StringInquirer` object making equ "active".inquiry.inactive? # => false ``` +NOTE: Defined in `active_support/core_ext/string/inquiry.rb`. + ### `starts_with?` and `ends_with?` Active Support defines 3rd person aliases of `String#start_with?` and `String#end_with?`: -- cgit v1.2.3