Class: Ldpath::SelfSelector

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

Instance Method Summary collapse

Methods inherited from Selector

#evaluate, #initialize, #loading

Constructor Details

This class inherits a constructor from Ldpath::Selector

Instance Method Details

#evaluate_one(uri, _context) ⇒ Object



50
51
52
# File 'lib/ldpath/selectors.rb', line 50

def evaluate_one(uri, _context)
  uri
end