vcodex: use heredoc in caveats

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-05-08 00:16:19 -05:00
parent 1f4975ae17
commit 7d5bf07be5

View file

@ -42,8 +42,10 @@ class Vcodex < Formula
man.install 'man/man3'
end
def caveats
"We agreed to the AT&T Source Code License for you.\nIf this is unacceptable you should uninstall."
def caveats; <<-EOS.undent
We agreed to the AT&T Source Code License for you.
If this is unacceptable you should uninstall.
EOS
end
end