10 lines
		
	
	
		
			174 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			174 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| 
								 | 
							
								module Homebrew extend self
							 | 
						||
| 
								 | 
							
								  def __cache
							 | 
						||
| 
								 | 
							
								    if ARGV.named.empty?
							 | 
						||
| 
								 | 
							
								      puts HOMEBREW_CACHE
							 | 
						||
| 
								 | 
							
								    else
							 | 
						||
| 
								 | 
							
								      puts ARGV.formulae.map{ |f| f.cached_download }
							 | 
						||
| 
								 | 
							
								    end
							 | 
						||
| 
								 | 
							
								  end
							 | 
						||
| 
								 | 
							
								end
							 |