Method: Ldpath::PropertySelector#initialize
- Defined in:
- lib/ldpath/selectors.rb
#initialize(property) ⇒ PropertySelector
Returns a new instance of PropertySelector.
88 89 90 91 92 |
# File 'lib/ldpath/selectors.rb', line 88 def initialize(property) @property = property super end |