Module: Expectr::Interpreter::Errstr

Defined in:
lib/expectr/errstr.rb

Constant Summary collapse

BOOLEAN_OR_FIXNUM =
"Boolean or Fixnum expected, received a %s"
PROCESS_NOT_RUNNING =
"No process is running"