# File lib/gh.rb, line 48
  def self.current
    Thread.current[:GH] ||= DefaultStack.new
  end