Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
diff
master
Diff
Box
Differ
Edit
Type
Line
Myers
MyersLinear
Printer
Built with Crystal 1.9.2
2023-10-07 21:37:34 UTC
struct
Diff::Edit
Diff::Edit
Struct
Value
Object
Defined in:
diff/edit.cr
Constructors
.new
(type : Edit::Type, old_line : Line | Nil, new_line : Line | Nil)
Instance Method Summary
#new_line
: Line | Nil
#new_number
#old_line
: Line | Nil
#old_number
#text
#type
: Edit::Type
Constructor Detail
def self.
new
(type :
Edit::Type
, old_line :
Line
| Nil, new_line :
Line
| Nil)
#
[
View source
]
Instance Method Detail
def
new_line
:
Line
| Nil
#
[
View source
]
def
new_number
#
[
View source
]
def
old_line
:
Line
| Nil
#
[
View source
]
def
old_number
#
[
View source
]
def
text
#
[
View source
]
def
type
:
Edit::Type
#
[
View source
]