Class: Diff
- Inherits:
-
Struct
- Object
- Struct
- Diff
- Defined in:
- lib/lace/package/utils.rb
Instance Attribute Summary collapse
-
#added ⇒ Object
Returns the value of attribute added.
-
#removed ⇒ Object
Returns the value of attribute removed.
Instance Attribute Details
#added ⇒ Object
Returns the value of attribute added
5 6 7 |
# File 'lib/lace/package/utils.rb', line 5 def added @added end |
#removed ⇒ Object
Returns the value of attribute removed
5 6 7 |
# File 'lib/lace/package/utils.rb', line 5 def removed @removed end |