Method: Ldpath::RecursivePathSelector#initialize

Defined in:
lib/ldpath/selectors.rb

#initialize(property, repeat) ⇒ RecursivePathSelector

Returns a new instance of RecursivePathSelector.



156
157
158
159
160
161
# File 'lib/ldpath/selectors.rb', line 156

def initialize(property, repeat)
  @property = property
  @repeat = repeat

  super
end