/* * call-seq: * BitVector.new() -> new_bv * * Returns a new empty bit vector object */ static VALUE frt_bv_init(VALUE self) { return self; }