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