Module: RMXCommonMethods

Instance Method Summary collapse

Instance Method Details

#deallocObject



7
8
9
10
11
# File 'lib/motion/RMXCommonMethods.rb', line 7

def dealloc
  p " - dealloc! (queue: #{Dispatch::Queue.current.description})"
  rmx_dealloc
  super
end

#descriptionObject



19
20
21
# File 'lib/motion/RMXCommonMethods.rb', line 19

def description
  rmx_object_desc
end

#inspectObject



23
24
25
# File 'lib/motion/RMXCommonMethods.rb', line 23

def inspect
  rmx_object_desc
end

#rmx_deallocObject



3
4
# File 'lib/motion/RMXCommonMethods.rb', line 3

def rmx_dealloc
end