Method: Git::Base#ls_files

Defined in:
lib/git/base.rb

#ls_files(location = nil) ⇒ Object



501
502
503
# File 'lib/git/base.rb', line 501

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