Method: Path.backfind
- Defined in:
- lib/path.rb
.backfind(path) ⇒ Object
Same as Path.file.backfind(path). See #backfind.
48 49 50 |
# File 'lib/path.rb', line 48 def backfind(path) file(caller).backfind(path) end |
Same as Path.file.backfind(path). See #backfind.
48 49 50 |
# File 'lib/path.rb', line 48 def backfind(path) file(caller).backfind(path) end |