class Tantot::Strategy::Bypass

Public Instance Methods

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