Method: Pageflow::HelpEntries#flat

Defined in:
lib/pageflow/help_entries.rb

#flatObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



31
32
33
34
35
# File 'lib/pageflow/help_entries.rb', line 31

def flat
  map do |help_entry|
    [help_entry, help_entry.children]
  end.flatten
end