class RCGTK::ConstantExpr
This class represents a wide range of values returned by various operations.
Public Class Methods
new(ptr)
click to toggle source
Constant
expressions can only be instantiated from a pointer, and should never be instantiated by library users.
@param [FFI::Pointer] ptr
# File lib/rcgtk/value.rb, line 350 def initialize(ptr) @ptr = check_type(ptr, FFI::Pointer, 'ptr') end