Method: Swift::Header#updatable

Defined in:
lib/swift/header.rb

#updatableObject



22
23
24
# File 'lib/swift/header.rb', line 22

def updatable
  @updatable ||= all - (keys | [serial])
end