Skip to content

Commit 431d2dc

Browse files
author
stephhippo
committed
updated the method call to take no arguments
1 parent f5e3457 commit 431d2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: main.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
end
1616

1717
segmentator = Segmentator.new(k, file)
18-
segmentator.stream_characters(file)
18+
segmentator.stream_characters()
1919

2020
end

0 commit comments

Comments
 (0)