class Kramdown::Parser::Kramdown

def restore_env(env)

Restore the current parsing environment.
def restore_env(env)
  @src, @tree, @block_ial, @stack, @text_type = *env
end