Class: LazyRepo

Inherits:
Repo
  • Object
show all
Defined in:
lib/lazy_repo.rb

Instance Attribute Summary

Attributes inherited from Repo

#shell

Instance Method Summary collapse

Methods inherited from Repo

#all_files, #changed?, #current_branch, #find_files, #grep, #initialize, root_dir, #status_files

Constructor Details

This class inherits a constructor from Repo

Instance Method Details

#files_changedObject



5
6
7
# File 'lib/lazy_repo.rb', line 5

def files_changed
  all_files
end