class Nokogiri::XML::Node

def [] name

Get the attribute value for the attribute +name+
##
def [] name
  get(name.to_s)
end