-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid using
<<-
in install_instruciton test
- Use of `<<-` with leading spaces may lead a problem, but we cannot use `<<~` introduced in ruby 2.3.0 since we should support lower versions of ruby.
- Loading branch information
Ted
committed
Jan 7, 2019
1 parent
48c5988
commit 3dedbc9
Showing
1 changed file
with
5 additions
and
15 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