Class: Object

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

Instance Method Summary collapse

Instance Method Details

#appObject



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

def app
  rmq.app
end

#deviceObject



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

def device
  rmq.device
end

#find(*args) ⇒ Object

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



10
11
12
# File 'lib/project/ext/object.rb', line 10

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