Class: Ldpath::WildcardSelector

Inherits:
Selector
  • Object
show all
Defined in:
lib/ldpath/selectors.rb

Instance Method Summary collapse

Methods inherited from Selector

#evaluate, #loading

Instance Method Details

#evaluate_one(uri, context) ⇒ Object



118
119
120
# File 'lib/ldpath/selectors.rb', line 118

def evaluate_one(uri, context)
  context.query([uri, nil, nil]).lazy.map(&:object)
end