wxRuby sizers

I’m looking for a sizer (the things that control widget layout in
wxRuby) that would let me do something like GridBagLayout in Java
Swing. I need to be able to have components in the grid that span more
than one column. Which sizer should I use for that? wxWidgets has a
GridBagSizer, but wxRuby doesn’t support that.