Class: LazyRepo
Instance Attribute Summary
Attributes inherited from Repo
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_changed ⇒ Object
5 6 7 |
# File 'lib/lazy_repo.rb', line 5 def files_changed all_files end |