165 166 167
# File 'lib/betterdocs/global.rb', line 165 def actions all_docs.reduce([]) { |a, d| a.concat(d.actions) } end