forked from crystal-lang/crystal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Colorize#surround (crystal-lang#4196)
* Refactor Colorize#surround This is one of the separations of crystal-lang#3925. Remove `surround` and rename `push` to `surround`, now `push` is derecated. (This reason is dscribed in crystal-lang#3925 (comment)) * Use #surround instead of #push * Apply 'crystal tool format' * Remove Colorize#push
- Loading branch information
1 parent
9331813
commit f1d7f77
Showing
3 changed files
with
83 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters