Method: Git::Base#ls_files
- Defined in:
- lib/git/base.rb
#ls_files(location = nil) ⇒ Object
490 491 492 |
# File 'lib/git/base.rb', line 490 def ls_files(location=nil) self.lib.ls_files(location) end |
490 491 492 |
# File 'lib/git/base.rb', line 490 def ls_files(location=nil) self.lib.ls_files(location) end |