mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	vcs.rb: srcdir accessor
* tool/vcs.rb (VCS#srcdir): add accessor for VCS::GIT. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53479 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									612edc7706
								
							
						
					
					
						commit
						c0e36de0aa
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -89,6 +89,8 @@ class VCS
 | 
			
		|||
    String === path or path.respond_to?(:to_path)
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
  attr_reader :srcdir
 | 
			
		||||
 | 
			
		||||
  def initialize(path)
 | 
			
		||||
    @srcdir = path
 | 
			
		||||
    super()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue