7 lines
		
	
	
		
			96 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			96 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| module Dependable
 | |
|   def run?
 | |
|     odeprecated "Dependable#run?"
 | |
|     tags.include? :run
 | |
|   end
 | |
| end
 | 
