Module: Belafonte::Help::CommandExtensions

Defined in:
lib/belafonte/help/command_extensions.rb

Instance Method Summary collapse

Instance Method Details

#display_summaryObject



8
9
10
# File 'lib/belafonte/help/command_extensions.rb', line 8

def display_summary
  info(:summary).to_s
end

#display_titleObject



4
5
6
# File 'lib/belafonte/help/command_extensions.rb', line 4

def display_title
  info(:title).to_s
end