Skip to content

Commit

Permalink
Add GitAssetLoader class>>for:basePath:
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Nov 21, 2023
1 parent 91b8d1d commit b06da37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Squot.package/GitAssetLoader.class/class/for.basePath..st
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
instance creation
for: aString basePath: aStringOrPath
^ (self for: aString)
basePath: aStringOrPath;
yourself
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"class" : {
"for:" : "mad 11/13/2023 13:03",
"for:basePath:" : "mad 11/21/2023 14:27",
"forWorkingCopy:" : "mad 10/19/2023 12:17" },
"instance" : {
"assetAt:" : "mad 10/19/2023 12:15",
Expand Down

0 comments on commit b06da37

Please sign in to comment.