diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:53:05 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:53:05 +0000 |
commit | 1f8b48b772b2d0ac0ed48a8259d2117ea3236a90 (patch) | |
tree | 06f11bc7b351f3abf3bf5507405afdba5374614e /textproc/rubygem-heredoc_unindent | |
parent | 4e942b64191e2ef98dce2c5af31047a8640db768 (diff) |
Notes
Diffstat (limited to 'textproc/rubygem-heredoc_unindent')
-rw-r--r-- | textproc/rubygem-heredoc_unindent/pkg-descr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/rubygem-heredoc_unindent/pkg-descr b/textproc/rubygem-heredoc_unindent/pkg-descr index cbc53ef1b3d6..9fe5c99879df 100644 --- a/textproc/rubygem-heredoc_unindent/pkg-descr +++ b/textproc/rubygem-heredoc_unindent/pkg-descr @@ -1,6 +1,6 @@ -This gem removes common margin from indented strings, such as the ones produced -by indented heredocs. In other words, it strips out leading whitespace chars -at the beggining of each line, but only as much as the line with the -smallest margin. +This gem removes common margin from indented strings, such as the ones produced +by indented heredocs. In other words, it strips out leading whitespace chars +at the beggining of each line, but only as much as the line with the +smallest margin. WWW: https://github.com/adrianomitre/heredoc_unindent |