# File lib/gh/stack.rb, line 30
    def initialize(options = {}, &block)
      @options, @stack = {}, []
      instance_eval(&block) if block
    end