class YARD::CLI::Display
def format_objects
-
(String)
- the output data for all formatted objects
def format_objects @objects.inject([]) do |arr, obj| arr.push obj.format(options) end.join("\n") end
(String)
- the output data for all formatted objects
def format_objects @objects.inject([]) do |arr, obj| arr.push obj.format(options) end.join("\n") end