module Aio::Parse::ParserMachine class HasCmdState < ParentState def get_cmd end def get_context end def no_context end end end