Method: GitHub#flag_descriptions
- Defined in:
- lib/github.rb
#flag_descriptions ⇒ Object
90 91 92 |
# File 'lib/github.rb', line 90 def flag_descriptions @flagdescs ||= Hash.new { |h, k| h[k] = {} } end |
90 91 92 |
# File 'lib/github.rb', line 90 def flag_descriptions @flagdescs ||= Hash.new { |h, k| h[k] = {} } end |