 a807200f67
			
		
	
	a807200f67
	
	
	
		
			
			Adds support for xfuncref in Elixir[1] language which is Ruby-like language that runs on Erlang[3] Virtual Machine (BEAM). [1]: https://elixir-lang.org [2]: https://www.erlang.org Signed-off-by: Łukasz Niemier <lukasz@niemier.pl> Acked-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
		
			
				
	
	
		
			7 lines
		
	
	
		
			133 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			133 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| defprotocol RIGHT do
 | |
|   @doc """
 | |
|   Calculates the size (and not the length!) of a data structure
 | |
|   """
 | |
|   def size(data, ChangeMe)
 | |
| end
 |