Class: LibXML::XML::Attributes

Inherits:
Object
  • Object
show all
Defined in:
lib/axml/libxml.rb

Instance Method Summary collapse

Instance Method Details

#values_at(*args) ⇒ Object



106
107
108
109
110
# File 'lib/axml/libxml.rb', line 106

def values_at(*args)
  args.map do |arg|
    self[arg]
  end
end