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



55
56
57
# File 'lib/disposable/twin/setup.rb', line 55

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