module L

def _lammy_perform_now(&block)

def _lammy_perform_now(&block)
  @_with_sync_lammy = true
  block.call
  @_with_sync_lammy = false
end