module Heavylog module Formatters class Raw def call(data) data end end end end