mirror of
				https://github.com/red-data-tools/YouPlot.git
				synced 2025-11-04 11:38:10 +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
 |