index

SybConstant module

This module defines Client-Library's CS_****-shaped constants as Ruby's class constants.
However, every constants of Client Library are not defined.
The following script tells which constants is defined.
    % ruby
    require "sybct.rb"
    SybConstant.constants.each { |x| print x,"\n" }
    ^D