Method: List#transpose
- Defined in:
- ext/list/list.c
#transpose ⇒ Object
1761 1762 1763 1764 1765 |
# File 'ext/list/list.c', line 1761 static VALUE list_transpose(VALUE self) { return list_delegate_rb(0, NULL, self, rb_intern("transpose")); } |