Module: Disposable::Twin::Setup::SkipSetter

Defined in:
lib/disposable/twin/setup.rb

Overview

Including this will not use the property’s setter in Setup and allow you to override it.

Instance Method Summary collapse

Instance Method Details

#setup_write!(dfn, value) ⇒ Object



52
53
54
# File 'lib/disposable/twin/setup.rb', line 52

def setup_write!(dfn, value)
  write_property(dfn[:name], value, dfn)
end