# File lib/gettext/utils.rb, line 21 def create_mofiles(verbose = false, podir = "./po", targetdir = "./data/locale", targetpath_rule = "%s/LC_MESSAGES") warn "'gettext/utils.rb' is deprecated. Use gettext/tools.rb." create_mofiles_org(:verbose => verbose, :po_root => podir, :mo_root => targetdir, :mo_root_rule => targetpath_rule) end