class Nokogiri::HTML::EntityLookup

def [] name

Look up entity with +name+
##
def [] name
  (val = get(name)) && val.value
end