# File lib/ramaze/helper/simple_captcha.rb, line 46 def simple_captcha question, answer = ancestral_trait[:captcha].call session[:CAPTCHA] = { :question => question, :answer => answer.to_s } question end