Class: Pcrd::Reporter::Null

Inherits:
Object
  • Object
show all
Defined in:
lib/pcrd/reporter/null.rb

Overview

Silent reporter for tests and non-interactive automation.

Instance Method Summary collapse

Instance Method Details

#green(str = "") ⇒ Object



11
# File 'lib/pcrd/reporter/null.rb', line 11

def green(str = "");  str; end

#info(_msg = "") ⇒ Object



7
# File 'lib/pcrd/reporter/null.rb', line 7

def info(_msg = "");  end

#status(_msg) ⇒ Object



10
# File 'lib/pcrd/reporter/null.rb', line 10

def status(_msg);     end

#success(_msg) ⇒ Object



8
# File 'lib/pcrd/reporter/null.rb', line 8

def success(_msg);    end

#warn(_msg) ⇒ Object



9
# File 'lib/pcrd/reporter/null.rb', line 9

def warn(_msg);       end