module Disposable::Twin::Setup::SkipSetter
Including this will not use the property’s setter in Setup
and allow you to override it.
Public Instance Methods
setup_write!(dfn, value)
click to toggle source
# File lib/disposable/twin/setup.rb, line 55 def setup_write!(dfn, value) write_property(dfn[:name], value, dfn) end