I think the answer is no, you can not use IB, or Xcode in general.
I'm basing this on two pieces of data:
Do you support Xcode?
While you can certainly configure an Xcode workspace to program in RubyMotion, we do not provide any support for Xcode out-of-the-box. We do not believe that Xcode makes a good environment for Ruby development (or development in general).
Interface Builder is part of Xcode since 4.0, so I think this answers the question.
But then there's this:
“We chose to implement the layout system with a domain-specific language that works a bit like CSS, so Ruby developers should feel at home. Our idea is similar to Cocoa’s auto layout, which is based on an ASCII-like language, except that we can do better in Ruby. We believe that this is much better way of building UI than Interface Builder, since you can visually represent the UI in code.”
The whole system is almost positioned as a response to XCode/IB, not an integration with it.