Class: Object

Inherits:
BasicObject
Defined in:
lib/project/ruby_motion_query/ext.rb

Instance Method Summary collapse

Instance Method Details

#appObject



2
3
4
# File 'lib/project/ruby_motion_query/ext.rb', line 2

def app
  rmq.app
end

#find(*args) ⇒ Object

Do not alias this, strange bugs happen where classes don’t have methods



6
7
8
# File 'lib/project/ruby_motion_query/ext.rb', line 6

def find(*args) # Do not alias this, strange bugs happen where classes don't have methods
  rmq(args)
end