Method: Executable::Domain#parser

Defined in:
lib/executable/domain.rb

#parserObject

The parser for this command.



119
120
121
# File 'lib/executable/domain.rb', line 119

def parser
  @parser ||= Parser.new(self)
end