--- OptionParser#visit(id, *args) {block}
    Traverses stacks calling method id with *args.
    :Parameters:
      : id
        called method in each elements of stacks.
      : *args
        passed to id.
      : Block
        passed to id.

