mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-07 15:41:12 +08:00

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.
8 lines
158 B
Plaintext
8 lines
158 B
Plaintext
module YouPlot
|
|
module Backends
|
|
module Processing
|
|
def count_values: ([], ?tally: true, ?reverse: false) -> Array[Array[untyped]]
|
|
end
|
|
end
|
|
end
|