/* call-seq: * User#groups # => ['staff', 'admin', ...] * * Returns an array of groups the user belongs to. */ static VALUE user_groups(VALUE self){