Push a value onto the ‘stack’, which is actually only the top 2 items.
# File action_controller/request.rb, line 664 def push(value) @parent, @top = @top, value end
<code/>
<pre/>
<code/>and<pre/>for code samples.