Skip to content

Commit 448c1e9

Browse files
committed
feat: add processing.rbs as a type definition file for processing.rb
As a first step toward adopting rbs for this project, added type a definition for a simple method. More type definitions will be added incrementally.
1 parent 674daa8 commit 448c1e9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module YouPlot
2+
module Backends
3+
module Processing
4+
def count_values: ([], ?tally: true, ?reverse: false) -> Array[Array[untyped]]
5+
end
6+
end
7+
end

0 commit comments

Comments
 (0)