module Erubi

Constants

CGI
ESCAPE_TABLE
RANGE_ALL
RANGE_FIRST

:nocov:

RANGE_LAST
TEXT_END
VERSION

Public Class Methods

h(value) click to toggle source
# File lib/erubi.rb, line 24
def self.h(value)
  CGI.escapeHTML(value.to_s)
end