Class: Omnibus::EmptyManifestDiff
- Inherits:
-
Object
- Object
- Omnibus::EmptyManifestDiff
- Defined in:
- lib/omnibus/manifest_diff.rb
Instance Method Summary collapse
Instance Method Details
#added ⇒ Object
7 8 9 |
# File 'lib/omnibus/manifest_diff.rb', line 7 def added [] end |
#empty? ⇒ Boolean
15 16 17 |
# File 'lib/omnibus/manifest_diff.rb', line 15 def empty? true end |
#removed ⇒ Object
11 12 13 |
# File 'lib/omnibus/manifest_diff.rb', line 11 def removed [] end |
#updated ⇒ Object
3 4 5 |
# File 'lib/omnibus/manifest_diff.rb', line 3 def updated [] end |