class Tantot::Strategy::Inline

Public Instance Methods

run(agent, changes_by_model) click to toggle source
# File lib/tantot/strategy/inline.rb, line 4
def run(agent, changes_by_model)
  agent.perform(changes_by_model)
end