frozen_string_literal: true
:nocov:
# File lib/erubi.rb, line 24 def self.h(value) CGI.escapeHTML(value.to_s) end