class Omnibus::EmptyManifestDiff

Public Instance Methods

added() click to toggle source
# File lib/omnibus/manifest_diff.rb, line 7
def added
  []
end
empty?() click to toggle source
# File lib/omnibus/manifest_diff.rb, line 15
def empty?
  true
end
removed() click to toggle source
# File lib/omnibus/manifest_diff.rb, line 11
def removed
  []
end
updated() click to toggle source
# File lib/omnibus/manifest_diff.rb, line 3
def updated
  []
end