Nokogiri::HTML::EntityLookup

class Nokogiri::HTML::EntityLookup

Parent:
Object

Public Instance Methods

[](name) Show source

Look up entity with name

# File lib/nokogiri/html/entity_lookup.rb, line 8
def [] name
  (val = get(name)) && val.value
end