summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsaigo <saigo@localhost.localdomain>2018-02-22 06:50:28 +0900
committersaigo <saigo@localhost.localdomain>2018-02-22 06:50:28 +0900
commit68f584a0cdf06fa9c8bc2e2e5090db6184c96577 (patch)
treee70fa8ffe18a11ed299a6b02dd046b45f01af3fd
parent05b806de97ddf2d546a68a3680e32208a5fe228f (diff)
downloadbundler-68f584a0cdf06fa9c8bc2e2e5090db6184c96577.tar.gz
corrected for 80 character width limit
-rw-r--r--man/bundle-init.ronn6
1 files changed, 5 insertions, 1 deletions
diff --git a/man/bundle-init.ronn b/man/bundle-init.ronn
index 943c715a50..959b58ea76 100644
--- a/man/bundle-init.ronn
+++ b/man/bundle-init.ronn
@@ -12,7 +12,11 @@ adding a [`Gemfile(5)`][Gemfile(5)] to a gem with a gemspec, the `--gemspec` opt
automatically add each dependency listed in the gemspec file to the newly
created [`Gemfile(5)`][Gemfile(5)].
-One of the lines included in the default [`Gemfile(5)`][Gemfile(5)] generated is `# frozen_string_literal: true`. This is a magic comment supported for the first time in Ruby 2.3. The presence of this line results in all string literals in the file being implicitly frozen. Frozen string literals will be the default in Ruby 3.
+One of the lines included in the default [`Gemfile(5)`][Gemfile(5)]
+generated is `# frozen_string_literal: true`. This is a magic comment
+supported for the first time in Ruby 2.3. The presence of this line
+results in all string literals in the file being implicitly frozen.
+Frozen string literals will be the default in Ruby 3.
## OPTIONS