Method: Git::Base#ls_files

Defined in:
lib/git/base.rb

#ls_files(location = nil)

[View source]

637
638
639
# File 'lib/git/base.rb', line 637

def ls_files(location=nil)
  self.lib.ls_files(location)
end