Class: Omnibus::EmptyManifestDiff

Inherits:
Object
  • Object
show all
Defined in:
lib/omnibus/manifest_diff.rb

Instance Method Summary collapse

Instance Method Details

#addedObject



7
8
9
# File 'lib/omnibus/manifest_diff.rb', line 7

def added
  []
end

#empty?Boolean

Returns:

  • (Boolean)


15
16
17
# File 'lib/omnibus/manifest_diff.rb', line 15

def empty?
  true
end

#removedObject



11
12
13
# File 'lib/omnibus/manifest_diff.rb', line 11

def removed
  []
end

#updatedObject



3
4
5
# File 'lib/omnibus/manifest_diff.rb', line 3

def updated
  []
end