11 lines
		
	
	
		
			143 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			143 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								class Verbosinator
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  constructor :configurator
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  def should_output?(level)
							 | 
						||
| 
								 | 
							
								    return (level <= @configurator.project_verbosity)
							 | 
						||
| 
								 | 
							
								  end
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								end
							 |