Class: Harness::NullAdapter

Inherits:
Object
  • Object
show all
Defined in:
lib/harness/adapters/null_adapter.rb

Instance Method Summary collapse

Instance Method Details

#log_counter(counter) ⇒ Object



7
8
9
# File 'lib/harness/adapters/null_adapter.rb', line 7

def log_counter(counter)

end

#log_gauge(gauge) ⇒ Object



3
4
5
# File 'lib/harness/adapters/null_adapter.rb', line 3

def log_gauge(gauge)

end