Class: GitCli::Delta::StagedDir
Instance Attribute Summary
Attributes inherited from VCSItem
Instance Method Summary collapse
-
#initialize(path, full) ⇒ StagedDir
constructor
A new instance of StagedDir.
- #to_s ⇒ Object
Methods inherited from VCSItem
Constructor Details
#initialize(path, full) ⇒ StagedDir
Returns a new instance of StagedDir.
85 86 87 |
# File 'lib/git_cli/delta.rb', line 85 def initialize(path, full) super(:dir, path, full) end |
Instance Method Details
#to_s ⇒ Object
88 89 90 |
# File 'lib/git_cli/delta.rb', line 88 def to_s "[S] #{@path}" end |