aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2015-02-01 11:43:43 +0100
committerMike McQuaid2015-02-01 11:43:43 +0100
commit6dc9f4858e7d7696480d530f148d107483012484 (patch)
tree61b84fdb5507438f158f5992948fd573e82e8d88
parent82356040ae5c7a6cd860143c6e8a1d4b7a60a66a (diff)
downloadhomebrew-6dc9f4858e7d7696480d530f148d107483012484.tar.bz2
hyperestraier: fix requirement initialize method.
Closes #36429.
-rw-r--r--Library/Formula/hyperestraier.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/hyperestraier.rb b/Library/Formula/hyperestraier.rb
index 625975698..d927faccb 100644
--- a/Library/Formula/hyperestraier.rb
+++ b/Library/Formula/hyperestraier.rb
@@ -3,7 +3,8 @@ require 'formula'
class EucjpMecabIpadic < Requirement
fatal true
- def initialize
+ def initialize tags=[]
+ super
@mecab_ipadic_installed = Formula['mecab-ipadic'].installed?
end