mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
feature #1741: add method each_with_xpath to object pools
This commit is contained in:
parent
02cd738d8f
commit
60e0a6f2e7
@ -22,6 +22,7 @@ module OpenNebula
|
||||
# and provides the basic functionality to handle the Pool elements
|
||||
class Pool < XMLPool
|
||||
include Enumerable
|
||||
alias_method :each_with_xpath, :each
|
||||
|
||||
protected
|
||||
#pool:: _String_ XML name of the root element
|
||||
|
Loading…
x
Reference in New Issue
Block a user