noweb: fix RuboCop Style/TrailingBodyOnMethodDefinition.
parent
a449f36e53
commit
d13f726097
|
@ -42,13 +42,14 @@ class Noweb < Formula
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def caveats; <<~EOS
|
def caveats
|
||||||
TeX support files are installed in the directory:
|
<<~EOS
|
||||||
|
TeX support files are installed in the directory:
|
||||||
|
|
||||||
#{texpath}
|
#{texpath}
|
||||||
|
|
||||||
You may need to add the directory to TEXINPUTS to run noweb properly.
|
You may need to add the directory to TEXINPUTS to run noweb properly.
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
|
|
||||||
test do
|
test do
|
||||||
|
|
Loading…
Reference in New Issue