aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Pike <steve@sevenfifty.com>2019-02-04 13:02:36 -0500
committerStephen Pike <steve@sevenfifty.com>2019-02-04 13:09:19 -0500
commitdf55d28184dc3c5e2b62b1d8a1c742f3c3374e5a (patch)
tree089bd270626f02a22b1b3717f6f021e2a4a92fbc
parent5da63c1d5664b6499be3c05f12bedddd2079ffb4 (diff)
downloadrails-df55d28184dc3c5e2b62b1d8a1c742f3c3374e5a.tar.gz
rails-df55d28184dc3c5e2b62b1d8a1c742f3c3374e5a.tar.bz2
rails-df55d28184dc3c5e2b62b1d8a1c742f3c3374e5a.zip
Add a link to where "inquiry" is defined in ActiveSupport docs
[ci skip]
-rw-r--r--guides/source/active_support_core_extensions.md2
1 files changed, 2 insertions, 0 deletions
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?`: