Method: Threadless::Executor#method_missing

Defined in:
lib/threadless.rb

#method_missing(sym, *args, &block) ⇒ Object



49
50
51
# File 'lib/threadless.rb', line 49

def method_missing(sym, *args, &block)
  @body.__send__ sym, *args, &block
end