Class: Tantot::Strategy::Inline

Inherits:
Object
  • Object
show all
Defined in:
lib/tantot/strategy/inline.rb

Instance Method Summary collapse

Instance Method Details

#run(agent, changes_by_model) ⇒ Object



4
5
6
# File 'lib/tantot/strategy/inline.rb', line 4

def run(agent, changes_by_model)
  agent.perform(changes_by_model)
end