This method is deprecated or moved on the latest stable version. The last existing version (v1_9_1_378) is shown here.
display_flow(flow)
Display an Array of RDoc::Markup::Flow objects, flow.
# File lib/rdoc/ri/display.rb, line 231 def display_flow(flow) if flow and not flow.empty? then @formatter.display_flow flow else @formatter.wrap '[no description]' end end