Class: NullReporter

Inherits:
Object
  • Object
show all
Defined in:
lib/hiptest-publisher/formatters/reporter.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(*args) ⇒ Object



72
73
# File 'lib/hiptest-publisher/formatters/reporter.rb', line 72

def method_missing(*args)
end

Instance Method Details

#with_status_message(message, &blk) ⇒ Object



68
69
70
# File 'lib/hiptest-publisher/formatters/reporter.rb', line 68

def with_status_message(message, &blk)
  yield
end