Method: Lookout::Recorders::Reception#method_missing

Defined in:
lib/lookout/recorders/reception.rb

#method_missing(method, *args, &block) ⇒ Object (private)



24
25
26
27
28
# File 'lib/lookout/recorders/reception.rb', line 24

def method_missing(method, *args, &block)
  super unless defined? @method
  methods.record method, args
  self
end