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::Change
GitDiff::Change
Reference
Object
Defined in:
git_diff/change.cr
Constructors
.new
(line_number : Int32, lines : Array(Line))
Instance Method Summary
#line_number
: Int32
#lines
: Array(GitDiff::Line)
Constructor Detail
def self.
new
(line_number : Int32, lines : Array(
Line
))
#
[
View source
]
Instance Method Detail
def
line_number
: Int32
#
[
View source
]
def
lines
: Array(
GitDiff::Line
)
#
[
View source
]