nuvie: fix RuboCop Style/TrailingBodyOnMethodDefinition.

master
Mike McQuaid 2020-03-14 19:45:28 +00:00
parent 8d4f91419d
commit 67c0ada5b5
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 9 additions and 8 deletions

View File

@ -47,14 +47,15 @@ class Nuvie < Formula
(var/"nuvie/game").mkpath
end
def caveats; <<~EOS
Copy your Ultima 6 game files into the following directory:
#{var}/nuvie/game/ultima6/
Save games will be stored in the following directory:
#{var}/nuvie/savegames/
Config file will be located at:
#{var}/nuvie/nuvie.cfg
EOS
def caveats
<<~EOS
Copy your Ultima 6 game files into the following directory:
#{var}/nuvie/game/ultima6/
Save games will be stored in the following directory:
#{var}/nuvie/savegames/
Config file will be located at:
#{var}/nuvie/nuvie.cfg
EOS
end
test do