diff options
author | tbpgr <tbpgr@tbpgr.jp> | 2014-02-14 22:02:23 +0900 |
---|---|---|
committer | tbpgr <tbpgr@tbpgr.jp> | 2014-02-14 22:02:23 +0900 |
commit | 0e19e3542866e2f7be35c079abb815212b9a61ab (patch) | |
tree | c8d651ab8d3169bdf6f571d151802a40f0067ac9 | |
parent | 7d897abeccb8533d770ac1d0768eca20ec2f3971 (diff) | |
download | rails-0e19e3542866e2f7be35c079abb815212b9a61ab.tar.gz rails-0e19e3542866e2f7be35c079abb815212b9a61ab.tar.bz2 rails-0e19e3542866e2f7be35c079abb815212b9a61ab.zip |
fix guide active_support_core_extensions. add Note to String#indent [ci skip]
-rw-r--r-- | guides/source/active_support_core_extensions.md | 2 |
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)` |