# File lib/ramaze/helper/stack.rb, line 45
      def push(frame)
        (session[:STACK] ||= []) << frame
      end