Module: Shoes::Swt::DisposedProtection
Defined Under Namespace
Classes: NullObject
Instance Method Summary collapse
Instance Method Details
#real ⇒ Object
6 7 8 9 |
# File 'shoes-swt/lib/shoes/swt/disposed_protection.rb', line 6 def real return NullObject.new(@real) if @real.disposed? @real end |