Method: Executable::Help::Option#description

Defined in:
lib/executable/help.rb

#descriptionObject



393
394
395
# File 'lib/executable/help.rb', line 393

def description
  @description ||= comment.split("\n").first
end