Method: CVFFI::CvMatFunctions.included

Defined in:
lib/opencv-ffi-wrappers/core/mat.rb

.included(base) ⇒ Object



24
25
26
# File 'lib/opencv-ffi-wrappers/core/mat.rb', line 24

def self.included(base)
  base.extend(ClassMethods)
end