class Kramdown::Utils::Entities::Entity
Represents an entity that has a code_point
and name
.
def char
def char [code_point].pack('U*') rescue nil end
Represents an entity that has a code_point
and name
.
def char [code_point].pack('U*') rescue nil end