Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
svn-diff-with-json
master
GitDiff
Change
Diff
Line
Parser
Patch
SvnDiffWithJson
App
Built with Crystal 1.9.2
2023-10-07 18:31:54 UTC
class
GitDiff::Patch
GitDiff::Patch
Reference
Object
Defined in:
git_diff/patch.cr
Constructors
.new
(file : String, changes : Array(Change))
Instance Method Summary
#changes
: Array(GitDiff::Change)
#file
: String
Constructor Detail
def self.
new
(file : String, changes : Array(
Change
))
#
[
View source
]
Instance Method Detail
def
changes
: Array(
GitDiff::Change
)
#
[
View source
]
def
file
: String
#
[
View source
]