Commit e21cb1c
committed
feat(eldritch-libfile): Add pwd method and update documentation
Added `pwd` method to `FileLibrary` trait and implementations.
- `lib.rs`: Added `pwd` to trait definition.
- `std.rs`: Implemented `pwd` using `std::env::current_dir`.
- `fake.rs`: Implemented mock `pwd`.
- Added unit test for `pwd`.
- Updated `eldritch.md` with documentation for `file.pwd`, labeled as `(V2-Only)`.1 parent 65cf514 commit e21cb1c
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
458 | 464 | | |
459 | 465 | | |
460 | 466 | | |
| |||
0 commit comments