/* * call-seq: * clause.query -> query * * Returnt the query object wrapped by this BooleanClause. */ static VALUE frt_bc_get_query(VALUE self) { GET_BC(); return object_get(bc->query); }