ruby: fix for --with-suffix

This commit is contained in:
Jack Nagel 2014-12-24 13:01:54 -05:00
parent 05c281c659
commit faa8004472

View file

@ -143,7 +143,7 @@ class Ruby < Formula
end
def self.ruby
"#{opt_bin}/ruby"
"#{opt_bin}/ruby#{"21" if build.with? "suffix"}"
end
end
EOS