Method: GitHub#flag_descriptions

Defined in:
lib/github.rb

#flag_descriptionsObject



90
91
92
# File 'lib/github.rb', line 90

def flag_descriptions
  @flagdescs ||= Hash.new { |h, k| h[k] = {} }
end