# File lib/commander/help_formatters/base.rb, line 13 def initialize runner; @runner = runner end
# File lib/commander/help_formatters/base.rb, line 14 def render; 'Implement global help here' end
# File lib/commander/help_formatters/base.rb, line 15 def render_command command; "Implement help for #{command.name} here" end