module Tryouts::CLI::FormatterInterface

def separator(style = :light)

def separator(style = :light)
  raise NotImplementedError, "#{self.class} must implement #separator"
end