nokogiri / 1.13.0 / nokogiri / html4 / entitylookup.html /

class Nokogiri::HTML4::EntityLookup

Parent:
Object

Public Instance Methods

[] (name) Show source
# File lib/nokogiri/html4/entity_lookup.rb, line 10
def [](name)
  (val = get(name)) && val.value
end

Look up entity with name

© 2008–2018 Aaron Patterson, Mike Dalessio, Charles Nutter, Sergio Arbeo,
Patrick Mahoney, Yoko Harada, Akinori MUSHA, John Shahid, Lars Kanis
Licensed under the MIT License.
https://nokogiri.org/rdoc/Nokogiri/HTML4/EntityLookup.html