class Utils::LineFormatter

def description(example, full: ENV['VERBOSE'].to_i == 1)

def description(example, full: ENV['VERBOSE'].to_i == 1)
  if full
    example.example.full_description
  else
    example.example.description
  end
end