Class: Hactor::NullActor

Inherits:
Object
  • Object
show all
Defined in:
lib/hactor/null_actor.rb

Instance Method Summary collapse

Instance Method Details

#call(response) ⇒ Object



3
4
5
# File 'lib/hactor/null_actor.rb', line 3

def call(response)
  raise "Response had no actor"
end