Closed halostatue closed 2 years ago
Fixed a Ruby < 2.3 incompatibility introduced by the use of standardrb, where <<- heredocs were converted to <<~ heredocs. These have been reverted back to <<- with the indentation kept and a .strip call to prevent excess whitespace.
<<-
<<~
.strip
Resolves #159
This change is
Fixed a Ruby < 2.3 incompatibility introduced by the use of standardrb, where
<<-
heredocs were converted to<<~
heredocs. These have been reverted back to<<-
with the indentation kept and a.strip
call to prevent excess whitespace.Resolves #159
This change is