# File lib/ramaze/helper/user.rb, line 238
        def method_missing(meth, *args, &block)
          return unless _user
          _user.send(meth, *args, &block)
        end