class CABlockIterator

Constants

UNIFORM_KERNEL

Public Instance Methods

initialize_copy(p1) click to toggle source
static VALUE
rb_bi_initialize_copy (VALUE self, VALUE other)
{
  ca_bi_setup(other, rb_ivar_get(self, rb_intern("@reference")),
        rb_ivar_get(self, rb_intern("@kernel")));
  return self;
}