Skip to content

Commit

Permalink
Fix list builder fluent chaining
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfirth committed Dec 27, 2022
1 parent 7ab59eb commit 050abe7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rhombus/data/private/list_builder.rhm
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ class ListBuilder():

method add(element):
storage.add(element)
this

method addAll(elements):
storage.addAll(elements)
this

method build():
match storage.size
Expand Down

0 comments on commit 050abe7

Please sign in to comment.