# File lib/github.rb, line 92
  def flag_descriptions
    @flagdescs ||= Hash.new { |h, k| h[k] = {} }
  end