module EacRubyUtils::Speaker::Receiver

def fatal_error(string)

def fatal_error(string)
  error(string)
  ::Kernel.exit 1
end