module_function はいらなかった。
Kernel.module_eval {
 def text
  p "text"
 end
}