Class: Celluloid::ActorProxy

Inherits:
SyncProxy
  • Object
show all
Defined in:
lib/sucker_punch/testing/inline.rb

Instance Method Summary collapse

Instance Method Details

#async(method_name = nil, *args, &block) ⇒ Object



7
8
9
# File 'lib/sucker_punch/testing/inline.rb', line 7

def async(method_name = nil, *args, &block)
  self
end