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