Class: Rubyang::Xpath::Predicates

Inherits:
Array
  • Object
show all
Defined in:
lib/rubyang/xpath.rb

Instance Method Summary collapse

Methods inherited from Array

#to_h

Constructor Details

#initialize(*predicates) ⇒ Predicates

Returns a new instance of Predicates.



293
294
295
# File 'lib/rubyang/xpath.rb', line 293

def initialize *predicates
  self.push *predicates
end