class Flog

def penalize_by bonus

def penalize_by bonus
  @multiplier += bonus
  yield
  @multiplier -= bonus
end