Class: LiteRGSS::Disposable
Overview
Class of all the element that can be disposed
Instance Method Summary collapse
-
#dispose ⇒ self
Dispose the element (and free its memory).
-
#disposed? ⇒ Boolean
Tell if the element was disposed.
Instance Method Details
#dispose ⇒ self
Dispose the element (and free its memory)
130 131 132 |
# File 'LiteRGSS.rb.yard.rb', line 130 def dispose end |
#disposed? ⇒ Boolean
Tell if the element was disposed
135 136 137 |
# File 'LiteRGSS.rb.yard.rb', line 135 def disposed? end |