# frozen_string_literal: true module Phlex::Rails::HTML module Format def format :html end end end