Module: Disposable::Twin::Default::ClassMethods
- Defined in:
- lib/disposable/twin/default.rb
Instance Method Summary collapse
Instance Method Details
#property(name, options = {}, &block) ⇒ Object
17 18 19 20 |
# File 'lib/disposable/twin/default.rb', line 17 def property(name, ={}, &block) [:default] = Uber::Options::Value.new([:default]) if [:default] super end |