class Mustache::Context

def pop

Returns the Context.

internal stack.
Removes the most recently added object from the context's
def pop
  @stack.shift
  self
end