module Disposable::Twin::Property::Hash::Sync

Public Instance Methods

sync!(options={}) click to toggle source
Calls superclass method
# File lib/disposable/twin/property/hash.rb, line 42
def sync!(options={})
  @model.merge(super)
end