module TextPower

Public Instance Methods

test1() click to toggle source
VALUE method_test1(VALUE self) {
  int x = 10; // todo add rainbow of color
  return INT2NUM(x);
}