Method: Executable::Domain#help

Defined in:
lib/executable/domain.rb

#helpObject Also known as: cli

Interface with cooresponding cli/help object.



84
85
86
# File 'lib/executable/domain.rb', line 84

def help
  @help ||= Help.new(self)
end