Class: Lumino::RefObject
- Inherits:
-
RefObject
- Object
- RefObject
- Lumino::RefObject
- Defined in:
- LuminoRubyDoc.rb
Overview
全てのオブジェクトのベースオブジェクトです。
Instance Method Summary (collapse)
-
- (Object) add_ref
オブジェクトの参照カウントをインクリメントします。.
-
- (Integer) get_ref_count
オブジェクトの参照カウント取得します。.
-
- (Object) release
オブジェクトを解放します。.
Instance Method Details
- (Object) add_ref
オブジェクトの参照カウントをインクリメントします。
550 551 |
# File 'LuminoRubyDoc.rb', line 550 def add_ref end |
- (Integer) get_ref_count
オブジェクトの参照カウント取得します。
555 556 |
# File 'LuminoRubyDoc.rb', line 555 def get_ref_count end |
- (Object) release
オブジェクトを解放します。
542 543 |
# File 'LuminoRubyDoc.rb', line 542 def release end |