pachi: fix RuboCop Style/TrailingBodyOnMethodDefinition.

master
Mike McQuaid 2020-03-14 19:45:33 +00:00
parent 7759ed3152
commit 2d715ffcff
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 8 additions and 7 deletions

View File

@ -39,14 +39,15 @@ class Pachi < Formula
pkgshare.install resource("book")
end
def caveats; <<~EOS
This formula also downloads additional data, such as opening books
and pattern files. They are stored in #{opt_pkgshare}.
def caveats
<<~EOS
This formula also downloads additional data, such as opening books
and pattern files. They are stored in #{opt_pkgshare}.
At present, pachi cannot be pointed to external files, so make sure
to set the working directory to #{opt_pkgshare} if you want pachi
to take advantage of these additional files.
EOS
At present, pachi cannot be pointed to external files, so make sure
to set the working directory to #{opt_pkgshare} if you want pachi
to take advantage of these additional files.
EOS
end
test do