aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_support_core_extensions.md
diff options
context:
space:
mode:
authortbpgr <tbpgr@tbpgr.jp>2014-02-14 22:02:23 +0900
committertbpgr <tbpgr@tbpgr.jp>2014-02-14 22:02:23 +0900
commit0e19e3542866e2f7be35c079abb815212b9a61ab (patch)
treec8d651ab8d3169bdf6f571d151802a40f0067ac9 /guides/source/active_support_core_extensions.md
parent7d897abeccb8533d770ac1d0768eca20ec2f3971 (diff)
downloadrails-0e19e3542866e2f7be35c079abb815212b9a61ab.tar.gz
rails-0e19e3542866e2f7be35c079abb815212b9a61ab.tar.bz2
rails-0e19e3542866e2f7be35c079abb815212b9a61ab.zip
fix guide active_support_core_extensions. add Note to String#indent [ci skip]
Diffstat (limited to 'guides/source/active_support_core_extensions.md')
-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 59dfefd22f..2ad09f599b 100644
--- a/guides/source/active_support_core_extensions.md
+++ b/guides/source/active_support_core_extensions.md
@@ -1403,6 +1403,8 @@ The third argument, `indent_empty_lines`, is a flag that says whether empty line
The `indent!` method performs indentation in-place.
+NOTE: Defined in `active_support/core_ext/string/indent.rb`.
+
### Access
#### `at(position)`