# File lib/facets/core/module/module_method.rb, line 7
  def module_method *meth
    module_function *meth
    public *meth
  end