Nokogiri::HTML::EntityLookup
class Nokogiri::HTML::EntityLookup
Public Instance Methods
Look up entity with name
# File lib/nokogiri/html/entity_lookup.rb, line 8 def [] name (val = get(name)) && val.value end
Look up entity with name
# File lib/nokogiri/html/entity_lookup.rb, line 8 def [] name (val = get(name)) && val.value end