-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#33 Add missing #greaseNext:putAll:startingAt: method
- Loading branch information
1 parent
49a3d6e
commit 40d5e42
Showing
2 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
...Stone-Core.package/GRDelegatingStream.extension/instance/greaseNext.putAll.startingAt..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*grease-gemstone-core | ||
greaseNext: anInteger putAll: aCollection startingAt: startIndex | ||
stream greaseNext: anInteger putAll: aCollection startingAt: startIndex |
3 changes: 3 additions & 0 deletions
3
repository/Grease-GemStone-Core.package/GRDelegatingStream.extension/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"name" : "GRDelegatingStream" | ||
} |