renamed some internal functions
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		| @ -4,11 +4,11 @@ class Apex { | ||||
| 	} | ||||
|  | ||||
| 	fun ::respondsTo(mth) { | ||||
| 		return (core.cresp_to self mth) | ||||
| 		return (core.class_responds_to self mth) | ||||
| 	} | ||||
|  | ||||
| 	fun respondsTo(mth) { | ||||
| 		return (core.iresp_to self mth) | ||||
| 		return (core.inst_responds_to self mth) | ||||
| 	} | ||||
|  | ||||
| 	fun basicAt(pos) { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user