Class: GitCli::Delta::ModifiedDir
- Defined in:
- lib/git_cli/delta.rb
Instance Attribute Summary
Attributes inherited from VCSItem
Instance Method Summary collapse
-
#initialize(path, full) ⇒ ModifiedDir
constructor
A new instance of ModifiedDir.
- #to_s ⇒ Object
Methods inherited from VCSItem
Constructor Details
#initialize(path, full) ⇒ ModifiedDir
Returns a new instance of ModifiedDir.
53 54 55 |
# File 'lib/git_cli/delta.rb', line 53 def initialize(path, full) super(:dir, path, full) end |
Instance Method Details
#to_s ⇒ Object
56 57 58 |
# File 'lib/git_cli/delta.rb', line 56 def to_s "[M] #{@path}" end |