module TableSync::Instrument

Public Instance Methods

notify(**args) click to toggle source
# File lib/table_sync/instrument.rb, line 6
def notify(**args)
  TableSync.notifier&.notify(**args)
end