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