Method: NoSE::KeyPath#reverse
- Defined in:
- lib/nose/statements.rb
#reverse ⇒ KeyPath
Return the reverse of this path
182 183 184 |
# File 'lib/nose/statements.rb', line 182 def reverse KeyPath.new reverse_path end |
Return the reverse of this path
182 183 184 |
# File 'lib/nose/statements.rb', line 182 def reverse KeyPath.new reverse_path end |