Method: WhatIs::CLI#run

Defined in:
lib/whatis/cli.rb

#runObject



11
12
13
# File 'lib/whatis/cli.rb', line 11

def run
  __send__("#{@format}_format", @whatis.these(*@titles, **@options))
end