class RCGTK::User

A base class for a wide variety of classes.

@abstract

Public Instance Methods

operands() click to toggle source

@return [OperandCollection] Proxy object for accessing a value’s operands.

# File lib/rcgtk/value.rb, line 221
def operands
        @operands ||= OperandCollection.new(self)
end