hyperestrainer: use Formula[]
This commit is contained in:
parent
bf9d0d7715
commit
730f82b5f5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ class EucjpMecabIpadic < Requirement
|
|||
fatal true
|
||||
|
||||
def initialize
|
||||
@mecab_ipadic_installed = Formula.factory('mecab-ipadic').installed?
|
||||
@mecab_ipadic_installed = Formula['mecab-ipadic'].installed?
|
||||
end
|
||||
|
||||
satisfy { @mecab_ipadic_installed && mecab_dic_charset == 'euc' }
|
||||
|
|
Loading…
Reference in a new issue