mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-06-24 01:41:13 +08:00
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.
This commit is contained in:
parent
674daa84eb
commit
448c1e9079
7
sig/youplot/backends/processing.rbs
Normal file
7
sig/youplot/backends/processing.rbs
Normal file
@ -0,0 +1,7 @@
|
||||
module YouPlot
|
||||
module Backends
|
||||
module Processing
|
||||
def count_values: ([], ?tally: true, ?reverse: false) -> Array[Array[untyped]]
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user