Class: Object
- Inherits:
- BasicObject
- Defined in:
- motion/ext.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) rmq(*selectors)
2 3 4 5 6 |
# File 'motion/ext.rb', line 2 def rmq(*selectors) if window = RubyMotionQuery::RMQ.app.window RubyMotionQuery::RMQ.app.current_view_controller.rmq(selectors) end end |