Skip to content

Commit

Permalink
Merge pull request #14059 from tbpgr/guides_active_support_core_ext
Browse files Browse the repository at this point in the history
[Guides] fix guide active_support_core_extensions. add Note to String#indent [ci skip]
  • Loading branch information
carlosantoniodasilva committed Feb 14, 2014
1 parent deb32f6 commit 702f3dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions guides/source/active_support_core_extensions.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1380,6 +1380,8 @@ The third argument, `indent_empty_lines`, is a flag that says whether empty line


The `indent!` method performs indentation in-place. The `indent!` method performs indentation in-place.


NOTE: Defined in `active_support/core_ext/string/indent.rb`.

### Access ### Access


#### `at(position)` #### `at(position)`
Expand Down

0 comments on commit 702f3dc

Please sign in to comment.