class EacRubyUtils::Rspec::StubSpeaker

def error(_string); end

def error(_string); end

def fatal_error(string)

def fatal_error(string)
  error(string)
  raise('Fatal error')
end

def info(_string); end

def info(_string); end

def infom(_string); end

def infom(_string); end

def infov(*_args); end

def infov(*_args); end

def input(_question, _options = {})

Other tags:
    See: EacRubyUtils::Speaker::Sender.input -
def input(_question, _options = {})
  raise 'Input requested'
end

def out(_string = ''); end

def out(_string = ''); end

def puts(_string = ''); end

def puts(_string = ''); end

def success(_string); end

def success(_string); end

def title(_string); end

def title(_string); end

def warn(_string); end

def warn(_string); end