>>527
mod_ruby 側でない?

書き換え量が気にならないなら、こうするのがベターです。
module Func
 def text
  p "text"
 end
 extend self # おまじない
end
Func.text