uru: fix RuboCop Style/TrailingBodyOnMethodDefinition.
parent
b680d6b692
commit
f205490d66
|
@ -21,10 +21,11 @@ class Uru < Formula
|
|||
bin.install "uru" => "uru_rt"
|
||||
end
|
||||
|
||||
def caveats; <<~EOS
|
||||
Append to ~/.profile on Ubuntu, or to ~/.zshrc on Zsh
|
||||
$ echo 'eval "$(uru_rt admin install)"' >> ~/.bash_profile
|
||||
EOS
|
||||
def caveats
|
||||
<<~EOS
|
||||
Append to ~/.profile on Ubuntu, or to ~/.zshrc on Zsh
|
||||
$ echo 'eval "$(uru_rt admin install)"' >> ~/.bash_profile
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in New Issue