Class: Aio::Base::Toolkit::Diff::Line
- Inherits:
-
Struct
- Object
- Struct
- Aio::Base::Toolkit::Diff::Line
- Defined in:
- lib/aio/base/toolkit/myers.rb
Instance Attribute Summary collapse
-
#diff? ⇒ Object
Returns the value of attribute diff?.
-
#number ⇒ Object
Returns the value of attribute number.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Method Summary collapse
Instance Attribute Details
#diff? ⇒ Object
Returns the value of attribute diff?
8 9 10 |
# File 'lib/aio/base/toolkit/myers.rb', line 8 def diff? @diff? end |
#number ⇒ Object
Returns the value of attribute number
8 9 10 |
# File 'lib/aio/base/toolkit/myers.rb', line 8 def number @number end |
#text ⇒ Object
Returns the value of attribute text
8 9 10 |
# File 'lib/aio/base/toolkit/myers.rb', line 8 def text @text end |
Instance Method Details
#inspect ⇒ Object
9 10 11 |
# File 'lib/aio/base/toolkit/myers.rb', line 9 def inspect text.to_s end |